1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/lang/intercal/files/patch-ab

16 lines
391 B
Plaintext
Raw Normal View History

*** perpetrate.c.old Fri Dec 18 04:59:39 1998
--- perpetrate.c Mon Nov 1 00:29:16 1999
***************
*** 55,62 ****
--- 55,64 ----
/* function created by yacc */
extern int yyparse(void);
+ #ifndef __FreeBSD__
/* getopt declaration */
int getopt(int, char**, char*);
+ #endif
/* compilation options */
bool compile_only; /* just compile into C, don't run the linker */