diff options
author | Stan Shebs <shebs@apple.com> | 2001-04-13 01:42:39 +0000 |
---|---|---|
committer | Stan Shebs <shebs@gcc.gnu.org> | 2001-04-13 01:42:39 +0000 |
commit | 4bd34c39859452ae0e847f5490223de1fffcacc5 (patch) | |
tree | aefcf9962c6ca0b4528c37ee40994731d3a38803 /gcc/config | |
parent | ee8fc32b175c476e21656b7a30d0768464d4cff9 (diff) | |
download | gcc-4bd34c39859452ae0e847f5490223de1fffcacc5.zip gcc-4bd34c39859452ae0e847f5490223de1fffcacc5.tar.gz gcc-4bd34c39859452ae0e847f5490223de1fffcacc5.tar.bz2 |
objc-act.c: Remove all code ifdefed with the never-used macro OBJC_INT_SELECTORS.
* objc/objc-act.c: Remove all code ifdefed with the never-used
macro OBJC_INT_SELECTORS.
* config/d30v/d30v.h: Remove commented-out ref to OBJC_INT_SELECTORS.
* tm.texi: Remove doc for OBJC_INT_SELECTORS.
From-SVN: r41317
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/d30v/d30v.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/config/d30v/d30v.h b/gcc/config/d30v/d30v.h index 890639a..1d150cf 100644 --- a/gcc/config/d30v/d30v.h +++ b/gcc/config/d30v/d30v.h @@ -1013,12 +1013,6 @@ do { \ at run-time. This is used in `cpp'. */ /* #define MAX_WCHAR_TYPE_SIZE */ -/* Define this macro if the type of Objective C selectors should be `int'. - - If this macro is not defined, then selectors should have the type `struct - objc_selector *'. */ -/* #define OBJC_INT_SELECTORS */ - /* Define this macro if the compiler can group all the selectors together into a vector and use just one label at the beginning of the vector. Otherwise, the compiler must give each selector its own assembler label. |