repo.or.cz
/
sdcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Hackfix and re-enable strtoull and wcstoull, see bug #3798.
[sdcc.git]
/
sdcc
/
support
/
valdiag
/
tests
/
bug-3012.c
blob
f1514c9e38acfc3efe94daa6244cb99d7d4e09f4
1
/* bug-3009.c
2
3
Infinite loop on unterminated string literal for lexers that return 0 at the end of file (e.g. flex used to return EOF in older versions, but return 0 now).
4
*/
5
6
#ifdef TEST1
7
" /* ERROR */
8
#endif /* IGNORE */
9