summaryrefslogtreecommitdiffstats
path: root/usr.bin/colldef
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1996-06-02 17:22:01 +0000
committerphk <phk@FreeBSD.org>1996-06-02 17:22:01 +0000
commitb5bea7dc4e3284c0692212c90e474538860e40d4 (patch)
treebd4b8eeaafb32744de0d97b55353c7fc8bab28a0 /usr.bin/colldef
parent3b816e03a0ab1f42e628a571dd51ebe8fc8cdc6d (diff)
downloadFreeBSD-src-b5bea7dc4e3284c0692212c90e474538860e40d4.zip
FreeBSD-src-b5bea7dc4e3284c0692212c90e474538860e40d4.tar.gz
Backout yacc changes.
Diffstat (limited to 'usr.bin/colldef')
-rw-r--r--usr.bin/colldef/Makefile2
-rw-r--r--usr.bin/colldef/scan.l4
2 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/colldef/Makefile b/usr.bin/colldef/Makefile
index 56baf0c..6ee8624 100644
--- a/usr.bin/colldef/Makefile
+++ b/usr.bin/colldef/Makefile
@@ -7,7 +7,7 @@ CFLAGS += -I. -I${.CURDIR}/../../lib/libc/locale
SRCS = parse.c scan.c
LDADD = -ll
DPADD = ${LIBL}
-CLEANFILES += parse.c scan.c parse.tab.h
+CLEANFILES += lex.yy.c parse.c scan.c y.tab.[ch]
SUBDIR = data
.include <bsd.prog.mk>
diff --git a/usr.bin/colldef/scan.l b/usr.bin/colldef/scan.l
index f39b18b..d3e7243 100644
--- a/usr.bin/colldef/scan.l
+++ b/usr.bin/colldef/scan.l
@@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: scan.l,v 1.1.1.1 1995/02/17 17:29:50 ache Exp $
+ * $Id: scan.l,v 1.1 1995/02/17 17:29:49 ache Exp $
*/
#include <err.h>
@@ -34,7 +34,7 @@
#include <string.h>
#include <sysexits.h>
#include "collate.h"
-#include "parse.tab.h"
+#include "y.tab.h"
int line_no = 1;
u_char buf[STR_LEN], *ptr;
OpenPOWER on IntegriCloud