summaryrefslogtreecommitdiff
path: root/Xenogears/compil.lex
diff options
context:
space:
mode:
authorPixel <Pixel>2002-08-02 14:03:39 +0000
committerPixel <Pixel>2002-08-02 14:03:39 +0000
commit01c4c5d949192270fd75c1cc8dd93de0ff335eb1 (patch)
treec73b1a01c27ac8acdc4c65ac0d8c82c4934123f4 /Xenogears/compil.lex
parentb5c9aec9a9725bac99f948dab8bececb43e414e1 (diff)
Bleh
Diffstat (limited to 'Xenogears/compil.lex')
-rw-r--r--Xenogears/compil.lex13
1 files changed, 13 insertions, 0 deletions
diff --git a/Xenogears/compil.lex b/Xenogears/compil.lex
index 7d221df..21e0572 100644
--- a/Xenogears/compil.lex
+++ b/Xenogears/compil.lex
@@ -332,6 +332,19 @@
<O>\n num_lines++;
<O>. /* Eat up comments */
+
+<I>\210 unputs("à");
+<I>\211 unputs("â");
+<I>\216 unputs("é");
+<I>\217 unputs("è");
+<I>\220 unputs("ê");
+<I>\224 unputs("î");
+<I>\225 unputs("ï");
+<I>\231 unputs("ô");
+<I>\235 unputs("ù");
+<I>\236 unputs("û");
+<I>\215 unputs("ç");
+
<I>. {
fprintf(stderr, "Invalid character at line %i: '%c'\n", num_lines, *yytext);
errstate = 1;