--- gforth/vmgen-ex2/mini.l 2003/03/09 15:17:11 1.4 +++ gforth/vmgen-ex2/mini.l 2003/08/25 14:17:56 1.5 @@ -1,3 +1,4 @@ +%{ /* front-end scanner for vmgen example Copyright (C) 2001,2003 Free Software Foundation, Inc. @@ -21,7 +22,6 @@ /* %option yylineno (flex option, implied by flex -l) */ -%{ #include #include char *mystrdup(const char *s)