aboutsummaryrefslogtreecommitdiff
path: root/semantics.h
diff options
context:
space:
mode:
Diffstat (limited to 'semantics.h')
-rw-r--r--semantics.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/semantics.h b/semantics.h
index df6eeaf..d301ab0 100644
--- a/semantics.h
+++ b/semantics.h
@@ -61,9 +61,7 @@ CType_t ctype_create(const char *name, int type, CNode *ast);
void ctype_debug_print(CType_t ct);
typedef unsigned int (*Hashfunc_t) (const char *);
-#ifdef CIBIC_DEBUG
typedef const char *(*Printfunc_t) (void *);
-#endif
typedef struct CTNode CTNode;
struct CTNode {