summaryrefslogtreecommitdiffstats
path: root/usr.bin/m4/look.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/m4/look.c')
-rw-r--r--usr.bin/m4/look.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/m4/look.c b/usr.bin/m4/look.c
index 7c750b0..3635e1b 100644
--- a/usr.bin/m4/look.c
+++ b/usr.bin/m4/look.c
@@ -65,7 +65,7 @@ register char *name;
/*
* find name in the hash table
*/
-ndptr
+ndptr
lookup(name)
char *name;
{
@@ -81,7 +81,7 @@ char *name;
* hash and create an entry in the hash table.
* The new entry is added in front of a hash bucket.
*/
-ndptr
+ndptr
addent(name)
char *name;
{
OpenPOWER on IntegriCloud