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 a5ae144..bfd7e9c 100644
--- a/tcc.h
+++ b/tcc.h
@@ -1358,7 +1358,7 @@ ST_FUNC void *resolve_sym(TCCState *s1, const char *symbol);
#endif
#undef TARGET_DEFS_ONLY
-ST_DATA const int reg_classes[NB_REGS];
+ST_DATA const int reg_classes[];
/********************************************************/
#undef ST_DATA