fix hexadecimal token number support.

* src/scan-gram.l: Catch incorrect ids after hexadecimal numbers.
This commit is contained in:
Akim Demaille
2009-05-05 09:36:06 +02:00
parent d19123e612
commit 601bdfabe2
2 changed files with 11 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
2009-05-05 Akim Demaille <demaille@gostai.com>
fix hexadecimal token number support.
* src/scan-gram.l: Catch incorrect ids after hexadecimal numbers.
2009-05-05 Akim Demaille <demaille@gostai.com>
tests: check token numbers.