diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-12-25 17:53:10 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-12-25 17:53:10 +0000 |
commit | 80647123fe63c15caa93687028a45f9efee5b669 (patch) | |
tree | 6fe6df04e4b2cd506323ad2994b9527dd1ed7193 /pic/input.c | |
parent | 6db6db4b7f38f7760b90ec861a39b5ccb9df5ba9 (diff) |
Notes
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 d052f67ed5a9..80e90fe9ba10 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 */ |