diff options
Diffstat (limited to 'pic/input.c')
-rw-r--r-- | pic/input.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pic/input.c b/pic/input.c index d052f67ed5a97..80e90fe9ba10d 100644 --- a/pic/input.c +++ b/pic/input.c @@ -492,8 +492,6 @@ void eprint(void) /* try to print context around error */ ep = ebuf; } -void yywrap(void) {} - static char *newfile = 0; /* filename for file copy */ char *untilstr = 0; /* string that terminates a thru */ int thru = 0; /* 1 if copying thru macro */ |