Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/dist/bc/lib Sync with bc master sources. (post 1.06)
details: https://anonhg.NetBSD.org/src/rev/b283ac8f212f
branches: trunk
changeset: 502055:b283ac8f212f
user: phil <phil%NetBSD.org@localhost>
date: Thu Jan 11 01:56:21 2001 +0000
description:
Sync with bc master sources. (post 1.06)
diffstat:
gnu/dist/bc/lib/number.c | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r f461670a859f -r b283ac8f212f gnu/dist/bc/lib/number.c
--- a/gnu/dist/bc/lib/number.c Thu Jan 11 01:54:08 2001 +0000
+++ b/gnu/dist/bc/lib/number.c Thu Jan 11 01:56:21 2001 +0000
@@ -34,8 +34,12 @@
#include <number.h>
#include <assert.h>
#include <stdlib.h>
+#ifdef HAVE_STRING_H
#include <string.h>
-#include <ctype.h>/* Prototypes needed for external utility routines. */
+#endif
+#include <ctype.h>
+
+/* Prototypes needed for external utility routines. */
#define bc_rt_warn rt_warn
#define bc_rt_error rt_error
Home |
Main Index |
Thread Index |
Old Index