mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
d094bd696b
ports collection! :-) PR: 17578 Submitted by: Anton N. Breusov <antonz@library.ntu-kpi.kiev.ua> No objections from: asami, obrien
13 lines
280 B
Plaintext
13 lines
280 B
Plaintext
*** 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 ----
|