This commit is contained in:
Jan Nieuwenhuizen 2017-11-15 20:35:09 +01:00
parent 84834f2793
commit aef45d3b2f
1 changed files with 4 additions and 0 deletions

View File

@ -32,7 +32,11 @@ ST_DATA int tcc_ext = 1;
/* XXX: get rid of this ASAP */
ST_DATA struct TCCState *tcc_state;
#if __MESC__
int nb_states;
#else
static int nb_states;
#endif
/********************************************************/