aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'tcc.h')
-rw-r--r--tcc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcc.h b/tcc.h
index e536f6c..18e049e 100644
--- a/tcc.h
+++ b/tcc.h
@@ -532,7 +532,7 @@ typedef struct TokenString {
/* inline functions */
typedef struct InlineFunc {
- TokenString func_str;
+ TokenString *func_str;
Sym *sym;
char filename[1];
} InlineFunc;