aboutsummaryrefslogtreecommitdiff
path: root/parts/symbol.h
diff options
context:
space:
mode:
authorkartofen <mladenovnasko0@gmail.com>2025-07-09 22:49:24 +0300
committerkartofen <mladenovnasko0@gmail.com>2025-07-09 22:49:24 +0300
commitd69d2e7a7e09c4f08cd416241e2f2d9dc7d7d05f (patch)
treed8b32a0749e79ddc79ce998a382ee7dc06f0a175 /parts/symbol.h
parent2c85f2d087b9b2f3922b856beed4e2dd5b0fc126 (diff)
untested precednece lol
Diffstat (limited to 'parts/symbol.h')
-rw-r--r--parts/symbol.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/parts/symbol.h b/parts/symbol.h
index 2190eca..c7314f4 100644
--- a/parts/symbol.h
+++ b/parts/symbol.h
@@ -11,10 +11,6 @@ extern int (*symbol_is_terminal)(symbol s);
extern int (*symbol_is_input_end)(symbol s);
extern int (*symbol_is_valid)(symbol s);
-// helper macro
-#define IMPLEMENT_FUNCPTR(type, name, args) \
- type __##name args; \
- type (*name) args = __##name; \
- type __##name args
+#include "util/util.h" //temp
#endif