diff --git a/Parser/Gmsh.tab.cpp b/Parser/Gmsh.tab.cpp index 5eca5a189535d334d801e5318075b3ff80b43673..cf4585494aa27bf85e9bb03f70a2ee31dd2ba924 100644 --- a/Parser/Gmsh.tab.cpp +++ b/Parser/Gmsh.tab.cpp @@ -149,7 +149,7 @@ #define UMINUS 399 #line 1 "Gmsh.y" - /* $Id: Gmsh.tab.cpp,v 1.14 2000-12-05 15:23:57 geuzaine Exp $ */ + /* $Id: Gmsh.tab.cpp,v 1.15 2000-12-05 15:30:31 geuzaine Exp $ */ #include <stdarg.h> @@ -171,8 +171,8 @@ #include <alloca.h> #endif -int Force_ViewNumber = 0 ; -List_T *Symbol_L; +int Force_ViewNumber = 0 ; +List_T *Symbol_L; extern Mesh *THEM; extern Post_View *ActualView; @@ -4060,9 +4060,9 @@ void yyerror(char *s){ yyerrorstate=1; } -void vyyerror (char *fmt, ...){ +void vyyerror(char *fmt, ...){ va_list args; - char tmp[TEXT_BUFFER_SIZE]; + char tmp[TEXT_BUFFER_SIZE]; va_start (args, fmt); vsprintf (tmp, fmt, args); diff --git a/Parser/Gmsh.y b/Parser/Gmsh.y index 8fbdd7d306dbb92a3e75986f3da20fb7d3b97790..5d7ae8db04a2115f8841a1ae9553d5c9d1570722 100644 --- a/Parser/Gmsh.y +++ b/Parser/Gmsh.y @@ -1,4 +1,4 @@ -%{ /* $Id: Gmsh.y,v 1.13 2000-12-05 15:23:57 geuzaine Exp $ */ +%{ /* $Id: Gmsh.y,v 1.14 2000-12-05 15:30:32 geuzaine Exp $ */ #include <stdarg.h> @@ -20,8 +20,8 @@ #include <alloca.h> #endif -int Force_ViewNumber = 0 ; -List_T *Symbol_L; +int Force_ViewNumber = 0 ; +List_T *Symbol_L; extern Mesh *THEM; extern Post_View *ActualView; @@ -1722,9 +1722,9 @@ void yyerror(char *s){ yyerrorstate=1; } -void vyyerror (char *fmt, ...){ +void vyyerror(char *fmt, ...){ va_list args; - char tmp[TEXT_BUFFER_SIZE]; + char tmp[TEXT_BUFFER_SIZE]; va_start (args, fmt); vsprintf (tmp, fmt, args); diff --git a/Parser/Gmsh.yy.cpp b/Parser/Gmsh.yy.cpp index 5d7c0f9b3a880f84f4ab922301edec455c1c28de..b0520daf7bce802a2366f8abe27b32290caf4829 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.14 2000-12-05 15:23:57 geuzaine Exp $ + * $Header: /cvsroot/gmsh/Parser/Gmsh.yy.cpp,v 1.15 2000-12-05 15:30:32 geuzaine Exp $ */ #define FLEX_SCANNER