forked from Lainports/freebsd-ports
15 lines
391 B
Text
15 lines
391 B
Text
*** 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 */
|