summaryrefslogtreecommitdiff
path: root/src/preproc/pic/pic.y
diff options
context:
space:
mode:
Diffstat (limited to 'src/preproc/pic/pic.y')
-rw-r--r--src/preproc/pic/pic.y3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/preproc/pic/pic.y b/src/preproc/pic/pic.y
index 81e0bb7e..0bd85c40 100644
--- a/src/preproc/pic/pic.y
+++ b/src/preproc/pic/pic.y
@@ -1,4 +1,4 @@
-/* Copyright (C) 1989, 1990, 1991, 1992, 2000, 2001, 2002, 2003
+/* Copyright (C) 1989, 1990, 1991, 1992, 2000, 2001, 2002, 2003, 2004
Free Software Foundation, Inc.
Written by James Clark (jjc@jclark.com)
@@ -23,7 +23,6 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include "object.h"
extern int delim_flag;
-extern void do_copy(const char *);
extern void copy_rest_thru(const char *, const char *);
extern void copy_file_thru(const char *, const char *, const char *);
extern void push_body(const char *);