aboutsummaryrefslogtreecommitdiff
path: root/semantics.h
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2014-04-16 13:26:42 +0800
committerTeddy <ted.sybil@gmail.com>2014-04-16 13:26:42 +0800
commit439797d6649bd185af99f5cd14774420dfd1b626 (patch)
tree23db0e6f4739288609375ec69f03977119914bc3 /semantics.h
parent442e485824c87bbef95836be1f3a0f6d86386445 (diff)
fixed typedef bug
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 {