diff options
Diffstat (limited to 'parser.h')
-rw-r--r-- | parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -32,5 +32,6 @@ variable *inew_float(interpreter *, const char *, float); void inew_cfunc(interpreter *, const char *, func_t); int idoline(interpreter *, const char *); +variable *idoexpr(interpreter *interp, const char *line); #endif // PARSER_H_ |