* src/SDCCast.h,
[fw/sdcc] / src / SDCCglobl.h
index b09081bda301a041037caaea6204782f4bc9dcc6..494b79c189a6c4a71080a5fc30cfd7190bd27e6e 100644 (file)
@@ -265,6 +265,7 @@ extern char *dstPath;               /* path for the output files; */
                                /* "" is equivalent with cwd */
 extern char *moduleName;       /* module name is source file without path and extension */
                                /* can be NULL while linking without compiling */
+extern int seqPointNo;         /* current sequence point */
 extern int currLineno;         /* current line number    */
 extern int mylineno;           /* line number of the current file SDCC.lex */
 extern FILE *yyin;             /* */