From ccda27626c3c6cd1976164c34418d0fd2f920b62 Mon Sep 17 00:00:00 2001 From: dholland Date: Sun, 3 Feb 2008 20:11:04 +0000 Subject: Larn does not need its own private versions of functions from . Also, remove the function gettokstr(), which is not used. From larn 12.2. --- larn/tok.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'larn/tok.c') diff --git a/larn/tok.c b/larn/tok.c index 13512eb7..6ca1f672 100644 --- a/larn/tok.c +++ b/larn/tok.c @@ -1,9 +1,9 @@ -/* $NetBSD: tok.c,v 1.8 2008/02/03 20:01:24 dholland Exp $ */ +/* $NetBSD: tok.c,v 1.9 2008/02/03 20:11:05 dholland Exp $ */ /* tok.c Larn is copyrighted 1986 by Noah Morgan. */ #include #ifndef lint -__RCSID("$NetBSD: tok.c,v 1.8 2008/02/03 20:01:24 dholland Exp $"); +__RCSID("$NetBSD: tok.c,v 1.9 2008/02/03 20:11:05 dholland Exp $"); #endif /* not lint */ #include @@ -12,6 +12,7 @@ __RCSID("$NetBSD: tok.c,v 1.8 2008/02/03 20:01:24 dholland Exp $"); #include #include #include +#include #include "header.h" #include "extern.h" -- cgit v1.2.3