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

[;] -> ";"

parent 2d0aaea0
Branches
Tags
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 <stdio.h>
#include <stdlib.h> #include <stdlib.h>
...@@ -60,8 +60,7 @@ stepid {dieze}({digit})* ...@@ -60,8 +60,7 @@ stepid {dieze}({digit})*
%% %%
[\ \t\n] /* none */ ; [\ \t\n] /* none */ ;
[;] return tEND; ";" return tEND;
"/*" skipcomments(); "/*" skipcomments();
"//" skipline(); "//" skipline();
"\"" {parsestring('\"'); return tBIGSTR;} "\"" {parsestring('\"'); return tBIGSTR;}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment