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

Better handling of DOS stuff (again)

parent 9a675b84
No related branches found
No related tags found
No related merge requests found
%{
// $Id: Gmsh.l,v 1.27 2001-03-08 14:28:41 geuzaine Exp $
// $Id: Gmsh.l,v 1.28 2001-03-09 08:02:58 geuzaine Exp $
#include <stdio.h>
#include <stdlib.h>
......@@ -62,7 +62,7 @@ stepid {dieze}({digit})*
%%
[ \ \t\n] /* none */ ;
[\ \t\n\r\f] /* none */ ;
";" return tEND;
"/*" skipcomments();
"//" skipline();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment