13 lines
345 B
Plaintext
13 lines
345 B
Plaintext
$OpenBSD: patch-tools_expr_exparse_y,v 1.1.1.1 2001/06/09 20:38:01 espie Exp $
|
|
--- tools/expr/exparse.y.orig Tue May 22 13:17:57 2001
|
|
+++ tools/expr/exparse.y Tue May 22 13:18:11 2001
|
|
@@ -14,6 +14,8 @@
|
|
#include <stdio.h>
|
|
#include <ast.h>
|
|
|
|
+#define strtoll strtoq
|
|
+#define strtoull strtouq
|
|
#undef RS /* hp.pa <signal.h> grabs this!! */
|
|
|
|
%}
|