From: William D. <wdo...@us...> - 2006-08-24 20:22:04
|
Update of /cvsroot/flexml/flexml In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv22163 Modified Files: flexml-act-bootstrap.c Log Message: Need extern decl for bufferstack, since symbols like A_start_tag are #defines that refer to bufferstack. Index: flexml-act-bootstrap.c =================================================================== RCS file: /cvsroot/flexml/flexml/flexml-act-bootstrap.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- flexml-act-bootstrap.c 18 Jul 2006 18:21:13 -0000 1.8 +++ flexml-act-bootstrap.c 24 Aug 2006 20:21:59 -0000 1.9 @@ -24,6 +24,7 @@ #include <unistd.h> #include "flexml-act.h" +extern char *bufferstack; extern FILE* yyin; extern int yylineno; extern int yylex(void); |