$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
