diff --git a/Parser/Gmsh.l b/Parser/Gmsh.l index 995276c8d8f152d63b161eeda3a6a23717bdf43b..353b5f6ec17ad36642b511f53ed16a43f910ff86 100644 --- a/Parser/Gmsh.l +++ b/Parser/Gmsh.l @@ -1,6 +1,6 @@ %{ -// $Id: Gmsh.l,v 1.26 2001-02-12 17:38:03 geuzaine Exp $ +// $Id: Gmsh.l,v 1.27 2001-03-08 14:28:41 geuzaine Exp $ #include <stdio.h> #include <stdlib.h> @@ -62,7 +62,7 @@ stepid {dieze}({digit})* %% -[\ \t\n] /* none */ ; +[ \ \t\n] /* none */ ; ";" return tEND; "/*" skipcomments(); "//" skipline(); diff --git a/Parser/Gmsh.tab.cpp b/Parser/Gmsh.tab.cpp index c8d600059f959b6a9cc45e86e89f01a40f71aa28..85f0ce8b1931e68a533d2d8070fb4fec92edd6f5 100644 --- a/Parser/Gmsh.tab.cpp +++ b/Parser/Gmsh.tab.cpp @@ -169,7 +169,7 @@ #line 1 "Gmsh.y" -// $Id: Gmsh.tab.cpp,v 1.75 2001-02-23 00:07:51 remacle Exp $ +// $Id: Gmsh.tab.cpp,v 1.76 2001-03-08 14:28:41 geuzaine Exp $ #include <stdarg.h> diff --git a/Parser/Gmsh.yy.cpp b/Parser/Gmsh.yy.cpp index ea43aa0eb60959297235d7fb1fe0314642c9dcd6..17bfa556f48f3238e41dab79858f897f28040fc5 100644 --- a/Parser/Gmsh.yy.cpp +++ b/Parser/Gmsh.yy.cpp @@ -2,7 +2,7 @@ /* A lexical scanner generated by flex */ /* Scanner skeleton version: - * $Header: /cvsroot/gmsh/Parser/Gmsh.yy.cpp,v 1.75 2001-02-23 00:07:51 remacle Exp $ + * $Header: /cvsroot/gmsh/Parser/Gmsh.yy.cpp,v 1.76 2001-03-08 14:28:41 geuzaine Exp $ */ #define FLEX_SCANNER @@ -400,7 +400,7 @@ static yyconst short int yy_accept[983] = static yyconst int yy_ec[256] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 2, 3, - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 4, 5, 6, 1, 1, 7, 8, 1, 1, 9, 10, 1, 11, 12, 13, 14, 15, 16, @@ -978,7 +978,7 @@ char *yytext; #define INITIAL 0 #line 2 "Gmsh.l" -// $Id: Gmsh.yy.cpp,v 1.75 2001-02-23 00:07:51 remacle Exp $ +// $Id: Gmsh.yy.cpp,v 1.76 2001-03-08 14:28:41 geuzaine Exp $ #include <stdio.h> #include <stdlib.h>