summaryrefslogtreecommitdiffstats
path: root/bin/sh/shell.h
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-10-31 07:15:57 +0000
committerache <ache@FreeBSD.org>1996-10-31 07:15:57 +0000
commit3bd90e16be42e3493ed6bbbe42ba08bc9c8a2005 (patch)
tree28816431288caf07c120e0f79927503d2a566ece /bin/sh/shell.h
parenta374bb8bb6e04b332f6ab06ec3bec6ab4ad91288 (diff)
downloadFreeBSD-src-3bd90e16be42e3493ed6bbbe42ba08bc9c8a2005.zip
FreeBSD-src-3bd90e16be42e3493ed6bbbe42ba08bc9c8a2005.tar.gz
1) define STATIC as static and not empty
2) replace collate_range_cmp call with its code
Diffstat (limited to 'bin/sh/shell.h')
-rw-r--r--bin/sh/shell.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/sh/shell.h b/bin/sh/shell.h
index ff2f9e7..043952d 100644
--- a/bin/sh/shell.h
+++ b/bin/sh/shell.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)shell.h 8.2 (Berkeley) 5/4/95
- * $Id: shell.h,v 1.4 1996/09/01 10:21:41 peter Exp $
+ * $Id: shell.h,v 1.5 1996/09/01 10:27:44 peter Exp $
*/
/*
@@ -70,7 +70,7 @@ typedef char *pointer;
#define NULL 0
#endif
#endif /* not __STDC__ */
-#define STATIC /* empty */
+#define STATIC static
#define MKINIT /* empty */
#include <sys/cdefs.h>
OpenPOWER on IntegriCloud