From 74230837b9ef9fb699cc357c4e127e61f3083e73 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Fri, 9 Mar 2001 08:16:31 +0000
Subject: [PATCH] *** empty log message ***

---
 Parser/Gmsh.tab.cpp | 2 +-
 Parser/Gmsh.yy.cpp  | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Parser/Gmsh.tab.cpp b/Parser/Gmsh.tab.cpp
index 85f0ce8b19..13b63a5ea5 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.76 2001-03-08 14:28:41 geuzaine Exp $
+// $Id: Gmsh.tab.cpp,v 1.77 2001-03-09 08:16:31 geuzaine Exp $
 
 #include <stdarg.h>
 
diff --git a/Parser/Gmsh.yy.cpp b/Parser/Gmsh.yy.cpp
index 17bfa556f4..e9e583cb0f 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.76 2001-03-08 14:28:41 geuzaine Exp $
+ * $Header: /cvsroot/gmsh/Parser/Gmsh.yy.cpp,v 1.77 2001-03-09 08:16:31 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,    2,    1,    1,    1,    1,    1,    1,    1,
+        1,    2,    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.76 2001-03-08 14:28:41 geuzaine Exp $
+// $Id: Gmsh.yy.cpp,v 1.77 2001-03-09 08:16:31 geuzaine Exp $
 
 #include <stdio.h>
 #include <stdlib.h>
-- 
GitLab