diff options
Diffstat (limited to 'types.h')
-rw-r--r-- | types.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -498,6 +498,7 @@ typedef enum { typedef struct { Allocator allocr; + Value *returning; /* NULL = not returning anything */ } Evaluator; typedef struct Typer { |