- replaced strtoull() function by own implementation (now available on Win32)
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Sun, 25 Nov 2007 18:26:36 +0000 (18:26 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Sun, 25 Nov 2007 18:26:36 +0000 (18:26 +0000)
commit45a23dceb12ed1d9c0813061800855edf19cf8f9
treef5a153735a194def464d1f1c9bb4463c5654d1a4
parentf282f53a000c79de4f94328e1bd6bd770aa6e446
- replaced strtoull() function by own implementation (now available on Win32)
- use isxdigit() instead of own function
- use strtod() instead of now existing strtold() on Win32 for now

[r18527]
lexer.c