diff options
Diffstat (limited to 'src/s/gnu-linux.h')
| -rw-r--r-- | src/s/gnu-linux.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 90725815dea..569b69f574b 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -32,14 +32,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 32 | your system and must be used only through an encapsulation | 32 | your system and must be used only through an encapsulation |
| 33 | (Which you should place, by convention, in sysdep.c). */ | 33 | (Which you should place, by convention, in sysdep.c). */ |
| 34 | 34 | ||
| 35 | |||
| 36 | /* This is to work around mysterious gcc failures in some system versions. | ||
| 37 | It is unlikely that Emacs changes will work around this problem; | ||
| 38 | therefore, this should remain permanently. */ | ||
| 39 | #ifndef HAVE_XRMSETDATABASE | ||
| 40 | #define HAVE_XRMSETDATABASE | ||
| 41 | #endif | ||
| 42 | |||
| 43 | #ifdef __ia64__ | 35 | #ifdef __ia64__ |
| 44 | #define GC_MARK_SECONDARY_STACK() \ | 36 | #define GC_MARK_SECONDARY_STACK() \ |
| 45 | do { \ | 37 | do { \ |