Stole the magical any: tag from sourcemod

This commit is contained in:
Steve Dudenhoeffer
2007-04-24 13:36:36 +00:00
parent 8e1f54465d
commit ea912f794c
3 changed files with 9 additions and 2 deletions

View File

@ -785,6 +785,8 @@ SC_VDECL short sc_is_utf8; /* is this source file in UTF-8 encoding */
SC_VDECL constvalue sc_automaton_tab; /* automaton table */
SC_VDECL constvalue sc_state_tab; /* state table */
SC_VDECL int pc_anytag;
SC_VDECL FILE *inpf; /* file read from (source or include) */
SC_VDECL FILE *inpf_org; /* main source file */
SC_VDECL FILE *outf; /* file written to */