summaryrefslogtreecommitdiff
path: root/lib/libkeynote/keynote-ver.l
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libkeynote/keynote-ver.l')
-rw-r--r--lib/libkeynote/keynote-ver.l6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libkeynote/keynote-ver.l b/lib/libkeynote/keynote-ver.l
index 08e7cab74a6..f0f5917bf5e 100644
--- a/lib/libkeynote/keynote-ver.l
+++ b/lib/libkeynote/keynote-ver.l
@@ -1,5 +1,5 @@
%{
-/* $OpenBSD: keynote-ver.l,v 1.5 1999/10/09 06:59:37 angelos Exp $ */
+/* $OpenBSD: keynote-ver.l,v 1.6 1999/10/09 19:47:32 angelos Exp $ */
/*
* The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu)
*
@@ -47,10 +47,8 @@
#endif
#include "z.tab.h"
-#include "header.h"
#include "keynote.h"
-
-static void mystrncpy(char *, char *, int);
+#include "header.h"
%}
vstring [a-zA-Z0-9][a-zA-Z0-9_]*
litstring \"(([^\"\n])|(\\[\"\n\f\r\t.]))*\"