repositories
/
TP_AL_C.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91e4677
)
Add FIXME comment for MOTCLE matching
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Sun, 22 Oct 2017 17:44:49 +0000
(19:44 +0200)
committer
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Sun, 22 Oct 2017 17:44:49 +0000
(19:44 +0200)
lexer/main.c
patch
|
blob
|
blame
|
history
diff --git
a/lexer/main.c
b/lexer/main.c
index 26ba1d5594ada06869ac350d6235bce78b048812..8122023c63a6a6ded748ea99eda9cfba89d1e840 100644
(file)
--- a/
lexer/main.c
+++ b/
lexer/main.c
@@
-87,6
+87,7
@@
init:
}
MC1:
+ // FIXME: Partial match need a rewind in the characters extraction from the file
if (c == Titre[j] && j < strlen(Titre) - 1) {
c = fgetc(source);
tokenValue[i] = c;