diff options
| author | Joakim Verona | 2012-09-10 16:03:53 +0200 |
|---|---|---|
| committer | Joakim Verona | 2012-09-10 16:03:53 +0200 |
| commit | b035a30e5cd2f34fedc04c253eeb5a11afed8145 (patch) | |
| tree | b9350cce389602f4967bdc1beed745929155ad5d /src/conf_post.h | |
| parent | 4a37733c693d59a9b83a3fb2d0c7f9461d149f60 (diff) | |
| parent | a31a4cdacb196cc96dcb9bd229edb1d635e01344 (diff) | |
| download | emacs-b035a30e5cd2f34fedc04c253eeb5a11afed8145.tar.gz emacs-b035a30e5cd2f34fedc04c253eeb5a11afed8145.zip | |
upstream
Diffstat (limited to 'src/conf_post.h')
| -rw-r--r-- | src/conf_post.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/conf_post.h b/src/conf_post.h index f90ef90fb83..1bf40af260b 100644 --- a/src/conf_post.h +++ b/src/conf_post.h | |||
| @@ -40,11 +40,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 40 | #endif | 40 | #endif |
| 41 | #endif | 41 | #endif |
| 42 | 42 | ||
| 43 | #ifdef SIGNAL_H_AHB | ||
| 44 | #undef SIGNAL_H_AHB | ||
| 45 | #include <signal.h> | ||
| 46 | #endif | ||
| 47 | |||
| 48 | /* This silences a few compilation warnings on FreeBSD. */ | 43 | /* This silences a few compilation warnings on FreeBSD. */ |
| 49 | #ifdef BSD_SYSTEM_AHB | 44 | #ifdef BSD_SYSTEM_AHB |
| 50 | #undef BSD_SYSTEM_AHB | 45 | #undef BSD_SYSTEM_AHB |
| @@ -167,7 +162,7 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */ | |||
| 167 | #ifdef emacs /* Don't do this for lib-src. */ | 162 | #ifdef emacs /* Don't do this for lib-src. */ |
| 168 | /* Tell regex.c to use a type compatible with Emacs. */ | 163 | /* Tell regex.c to use a type compatible with Emacs. */ |
| 169 | #define RE_TRANSLATE_TYPE Lisp_Object | 164 | #define RE_TRANSLATE_TYPE Lisp_Object |
| 170 | #define RE_TRANSLATE(TBL, C) CHAR_TABLE_TRANSLATE (TBL, C) | 165 | #define RE_TRANSLATE(TBL, C) char_table_translate (TBL, C) |
| 171 | #ifdef make_number | 166 | #ifdef make_number |
| 172 | /* If make_number is a macro, use it. */ | 167 | /* If make_number is a macro, use it. */ |
| 173 | #define RE_TRANSLATE_P(TBL) (!EQ (TBL, make_number (0))) | 168 | #define RE_TRANSLATE_P(TBL) (!EQ (TBL, make_number (0))) |
| @@ -178,9 +173,6 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */ | |||
| 178 | #endif | 173 | #endif |
| 179 | 174 | ||
| 180 | #include <string.h> | 175 | #include <string.h> |
| 181 | /* If you think about removing the line below, note that the | ||
| 182 | MS-Windows build relies on it for declaration of 'environ' needed | ||
| 183 | by a few source files. */ | ||
| 184 | #include <stdlib.h> | 176 | #include <stdlib.h> |
| 185 | 177 | ||
| 186 | #if __GNUC__ >= 3 /* On GCC 3.0 we might get a warning. */ | 178 | #if __GNUC__ >= 3 /* On GCC 3.0 we might get a warning. */ |