From 2f46aea1e7639ab8289d75957cbc7f92e81f0fe5 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Tue, 5 Dec 2000 15:30:32 +0000
Subject: [PATCH] typo

---
 Parser/Gmsh.tab.cpp | 10 +++++-----
 Parser/Gmsh.y       | 10 +++++-----
 Parser/Gmsh.yy.cpp  |  2 +-
 3 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/Parser/Gmsh.tab.cpp b/Parser/Gmsh.tab.cpp
index 5eca5a1895..cf4585494a 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 8fbdd7d306..5d7ae8db04 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 5d7c0f9b3a..b0520daf7b 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
-- 
GitLab