11f7d0d5ad
changes since 991023a: -various bugfixes -soundblaster emulation -cdrom emulation -new fpu emulator moved out of ${X11BASE}, there is little reason to have it there
13 lines
412 B
Text
13 lines
412 B
Text
$NetBSD: patch-ae,v 1.1 2000/01/31 21:18:44 drochner Exp $
|
|
|
|
--- debug/lexer.c.orig Sat Jan 29 22:02:47 2000
|
|
+++ debug/lexer.c Sat Jan 29 22:03:16 2000
|
|
@@ -1272,7 +1272,7 @@
|
|
case 92:
|
|
YY_RULE_SETUP
|
|
#line 108 "lexer.l"
|
|
-{ bxlval.ulval = strtoull(bxtext, NULL, 10); return(BX_TOKEN_LONG_NUMERIC); }
|
|
+{ bxlval.ulval = strtouq(bxtext, NULL, 10); return(BX_TOKEN_LONG_NUMERIC); }
|
|
YY_BREAK
|
|
case 93:
|
|
YY_RULE_SETUP
|