diff options
Diffstat (limited to 'builtin.h')
-rw-r--r-- | builtin.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ using std::string; - +bool is_list(Cons *ptr); /** @class InexactNumObj * Inexact number implementation (using doubles) |