1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/lang/intercal/files/patch-ab
Matthew Hunt e40b9e72f6 Upgrade to 0.19.
PR:		14635
Submitted by:	saper@system.pl
1999-12-06 20:35:53 +00:00

16 lines
391 B
Plaintext

*** 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 */