summaryrefslogtreecommitdiffstats
path: root/usr.bin/m4/extern.h
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-07-24 14:09:47 +0000
committerobrien <obrien@FreeBSD.org>2001-07-24 14:09:47 +0000
commit0004ccf79876c8bdda19ea656a8360faae38bd8c (patch)
treefc273fb6f58ca353dc8b70c80556ee29a1278ba7 /usr.bin/m4/extern.h
parentf842b779c36c44bc686f6d57b2392f5fdb3fd25b (diff)
downloadFreeBSD-src-0004ccf79876c8bdda19ea656a8360faae38bd8c.zip
FreeBSD-src-0004ccf79876c8bdda19ea656a8360faae38bd8c.tar.gz
Remove the local basename in favor of the libc version.
Remove xmalloc and xstrdup and do the error checking at the place of use.
Diffstat (limited to 'usr.bin/m4/extern.h')
-rw-r--r--usr.bin/m4/extern.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.bin/m4/extern.h b/usr.bin/m4/extern.h
index e791ee2..a9e51f7 100644
--- a/usr.bin/m4/extern.h
+++ b/usr.bin/m4/extern.h
@@ -37,8 +37,6 @@
* $FreeBSD$
*/
-char *basename __P((char *));
-char *xalloc __P((unsigned long));
int expr __P((char *));
ndptr addent __P((char *));
void chrsave __P((int));
@@ -58,7 +56,6 @@ void doundiv __P((char *[], int));
void eval __P((char *[], int, int));
void expand __P((char *[], int));
void getdiv __P((int));
-char *xstrdup __P((const char *));
int hash __P((char *));
int indx __P((char *, char *));
void killdiv __P((void));
OpenPOWER on IntegriCloud