Module Name: src
Committed By: christos
Date: Mon Oct 26 21:12:47 UTC 2009
Modified Files:
src/usr.bin/m4: extern.h
Log Message:
fix prototype
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/usr.bin/m4/extern.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/m4/extern.h
diff -u src/usr.bin/m4/extern.h:1.13 src/usr.bin/m4/extern.h:1.14
--- src/usr.bin/m4/extern.h:1.13 Mon Oct 26 17:11:28 2009
+++ src/usr.bin/m4/extern.h Mon Oct 26 17:12:47 2009
@@ -1,5 +1,5 @@
/* $OpenBSD: extern.h,v 1.49 2009/10/14 17:19:47 sthen Exp $ */
-/* $NetBSD: extern.h,v 1.13 2009/10/26 21:11:28 christos Exp $ */
+/* $NetBSD: extern.h,v 1.14 2009/10/26 21:12:47 christos Exp $ */
/*-
* Copyright (c) 1991, 1993
@@ -175,4 +175,4 @@
extern int mimic_gnu; /* behaves like gnu-m4 */
extern int prefix_builtins; /* prefix builtin macros with m4_ */
-extern int strtonum(const char *, int, int, const char **);
+extern long long strtonum(const char *, long long, long long, const char **);