freebsd-ports/lang/gpc/files/patch-ae
Will Andrews d094bd696b Add GPC - GNU Pascal Compiler. Finally we have a Pascal compiler in the
ports collection!  :-)

PR:			17578
Submitted by:		Anton N. Breusov <antonz@library.ntu-kpi.kiev.ua>
No objections from:	asami, obrien
2000-05-29 03:05:51 +00:00

12 lines
280 B
Text

*** demangle.h.orig Wed Jul 30 22:02:03 1997
--- demangle.h Thu Mar 23 16:13:01 2000
***************
*** 22,28 ****
#ifdef IN_GCC
#include "gansidecl.h"
- #define PARAMS(ARGS) PROTO(ARGS)
#else /* ! IN_GCC */
#include <ansidecl.h>
#endif /* IN_GCC */
--- 22,27 ----