Add an spcomp option to print #included files (bug 5997 part 4, r=ds).

This commit is contained in:
David Anderson
2013-12-30 17:50:58 -05:00
parent 54ed1807c0
commit 58995fc829
4 changed files with 14 additions and 5 deletions
+1
View File
@@ -808,6 +808,7 @@ SC_VDECL int sc_needsemicolon;/* semicolon required to terminate expressions? */
SC_VDECL int sc_dataalign; /* data alignment value */
SC_VDECL int sc_alignnext; /* must frame of the next function be aligned? */
SC_VDECL int pc_docexpr; /* must expression be attached to documentation comment? */
SC_VDECL int sc_showincludes; /* show include files? */
SC_VDECL int curseg; /* 1 if currently parsing CODE, 2 if parsing DATA */
SC_VDECL cell pc_stksize; /* stack size */
SC_VDECL cell pc_amxlimit; /* abstract machine size limit (code + data, or only code) */