summaryrefslogtreecommitdiffstats
path: root/contrib/bc/h
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-01-16 10:01:07 +0000
committerobrien <obrien@FreeBSD.org>2000-01-16 10:01:07 +0000
commit9657c835ffcf45e0a6d46f291505b0b112f8a244 (patch)
tree5d5d9173806480632c39d4481d45259688119985 /contrib/bc/h
parent0ec6169bea8adb8ddbf8f9ce363f6e1803f88621 (diff)
downloadFreeBSD-src-9657c835ffcf45e0a6d46f291505b0b112f8a244.zip
FreeBSD-src-9657c835ffcf45e0a6d46f291505b0b112f8a244.tar.gz
Import GNU bc 1.05a.
Diffstat (limited to 'contrib/bc/h')
-rw-r--r--contrib/bc/h/bcdefs.h2
-rw-r--r--contrib/bc/h/version.h11
2 files changed, 6 insertions, 7 deletions
diff --git a/contrib/bc/h/bcdefs.h b/contrib/bc/h/bcdefs.h
index 97d7c81..0e51b2b 100644
--- a/contrib/bc/h/bcdefs.h
+++ b/contrib/bc/h/bcdefs.h
@@ -33,7 +33,7 @@
#include <stdio.h>
#include <sys/types.h>
#include <ctype.h>
-#ifdef STRINGS_H
+#ifdef HAVE_STRINGS_H
#include <strings.h>
#else
#include <string.h>
diff --git a/contrib/bc/h/version.h b/contrib/bc/h/version.h
index fd58fcd..b98222f 100644
--- a/contrib/bc/h/version.h
+++ b/contrib/bc/h/version.h
@@ -1,7 +1,7 @@
/* version.h: version information for GNU bc and GNU dc */
/* This file is part of GNU bc and GNU dc.
- * Copyright (C) 1994, 1997 Free Software Foundation, Inc.
+ * Copyright (C) 1994, 1997, 1998 Free Software Foundation, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -20,10 +20,9 @@
*/
#define BC_VERSION \
-"bc 1.04\nCopyright (C) 1991, 1992, 1993, 1994, 1997 Free Software Foundation, Inc."
+"bc 1.05\n\
+Copyright 1991, 1992, 1993, 1994, 1997, 1998 Free Software Foundation, Inc."
#define DC_VERSION \
-"dc 1.1 (GNU bc 1.04)\nCopyright (C) 1994, 1997 Free Software Foundation, Inc."
-
-
-
+"dc 1.2 (GNU bc 1.05)\n\
+Copyright 1994, 1997, 1998 Free Software Foundation, Inc."
OpenPOWER on IntegriCloud