From 678be9b8efabd66836ad078da270ea8b390ff040 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Tue, 19 Dec 2000 08:59:59 +0000
Subject: [PATCH] [;] -> ";"

---
 Parser/Gmsh.l | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/Parser/Gmsh.l b/Parser/Gmsh.l
index 8dd23b5531..b506704cac 100644
--- a/Parser/Gmsh.l
+++ b/Parser/Gmsh.l
@@ -1,4 +1,4 @@
-%{ /* $Id: Gmsh.l,v 1.22 2000-12-17 21:17:29 remacle Exp $ */
+%{ /* $Id: Gmsh.l,v 1.23 2000-12-19 08:59:59 geuzaine Exp $ */
 
 #include <stdio.h>
 #include <stdlib.h>
@@ -60,8 +60,7 @@ stepid  {dieze}({digit})*
 %%
 
 [\ \t\n]		/* none */ ;
-[;]                     return tEND;
-
+";"                     return tEND;
 "/*"			skipcomments();
 "//"			skipline();
 "\""			{parsestring('\"'); return tBIGSTR;}
-- 
GitLab