diff options
Diffstat (limited to 'src/tpc.lex')
-rw-r--r-- | src/tpc.lex | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/tpc.lex b/src/tpc.lex index 7a0d6b6..bdf6bb5 100644 --- a/src/tpc.lex +++ b/src/tpc.lex | |||
@@ -1,8 +1,8 @@ | |||
1 | %{ | 1 | %{ |
2 | /** | 2 | /** |
3 | * UPEM / Compilation / Projet | 3 | * UPEM / Compilation / Projet |
4 | * Pacien TRAN-GIRARD, Adam NAILI | 4 | * Pacien TRAN-GIRARD, Adam NAILI |
5 | */ | 5 | */ |
6 | 6 | ||
7 | #include "tpc.tab.h" | 7 | #include "tpc.tab.h" |
8 | #define INT 0 | 8 | #define INT 0 |
@@ -49,4 +49,3 @@ reade { return READE; } | |||
49 | <COMMENT>\n { lineno++; } | 49 | <COMMENT>\n { lineno++; } |
50 | <COMMENT>. ; | 50 | <COMMENT>. ; |
51 | %% | 51 | %% |
52 | |||