Skip to content
Snippets Groups Projects
Commit 678be9b8 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

[;] -> ";"

parent 2d0aaea0
No related branches found
No related tags found
No related merge requests found
%{ /* $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;}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment