diff options
author | YamaArashi <shadow962@live.com> | 2016-02-16 01:03:54 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-02-16 01:03:54 -0800 |
commit | ecae31d652106c1f3b7429570de013c3bbf33e7a (patch) | |
tree | 6981957216b10aad71c792714a25c5750611754e /gcc/gansidecl.h | |
parent | 9382e1a90b218b4b93bf53c01ef163925cf224dc (diff) |
get rid of PROTO macros
Diffstat (limited to 'gcc/gansidecl.h')
-rwxr-xr-x | gcc/gansidecl.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/gansidecl.h b/gcc/gansidecl.h index 5929f15..f3f4d91 100755 --- a/gcc/gansidecl.h +++ b/gcc/gansidecl.h @@ -27,13 +27,6 @@ Boston, MA 02111-1307, USA. */ #include "ansidecl.h" -/* Undef ansidecl.h's "obsolete" version. */ -#undef PROTO -/* These macros are deprecated, use ansidecl.h's PARAMS style instead. */ -#define PROTO(ARGS) PARAMS(ARGS) -#define VPROTO(ARGS) VPARAMS(ARGS) -#define PVPROTO(ARGS) PARAMS(ARGS) - #if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 7) # define __attribute__(x) #endif |