aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/builtin.h
diff options
context:
space:
mode:
Diffstat (limited to 'builtin.h')
-rw-r--r--builtin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin.h b/builtin.h
index 233cf280..d0d3fd2c 100644
--- a/builtin.h
+++ b/builtin.h
@@ -9,6 +9,7 @@ struct builtin_fn {
unsigned int variadic:1;
struct symbol *args[6];
struct symbol *_args_null_tail;
+ struct symbol_op *op;
};
#endif