aboutsummaryrefslogtreecommitdiffstats
path: root/parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y4
1 files changed, 1 insertions, 3 deletions
diff --git a/parse.y b/parse.y
index 194185f..8df0e6e 100644
--- a/parse.y
+++ b/parse.y
@@ -1,4 +1,4 @@
-/* $OpenBSD: parse.y,v 1.14 2009/01/11 21:33:45 okan Exp $ */
+/* $OpenBSD: parse.y,v 1.15 2009/01/11 21:46:48 oga Exp $ */
/*
* Copyright (c) 2002, 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -54,8 +54,6 @@ int findeol(void);
static struct conf *conf;
-extern char *shortcut_to_name[];
-
typedef struct {
union {
int64_t number;