From: Jérôme Benoit Date: Sun, 22 Oct 2017 17:44:49 +0000 (+0200) Subject: Add FIXME comment for MOTCLE matching X-Git-Url: https://git.piment-noir.org/?p=TP_AL_C.git;a=commitdiff_plain;h=a2ddf6fa81ecebe495d16e59af7575d384bfaf37;hp=91e467775142590b4ffd1063e61a1edf33679323 Add FIXME comment for MOTCLE matching --- diff --git a/lexer/main.c b/lexer/main.c index 26ba1d5..8122023 100644 --- 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;