diff options
| author | Andreas Schwab | 2000-09-29 13:00:37 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2000-09-29 13:00:37 +0000 |
| commit | 9bb7794e97f6610d294ee6ab1547c36e7acc24cb (patch) | |
| tree | 9f117fbd60ad4fb21f032341a42e45ec717f010d /src/m | |
| parent | 25126faa090a88cf01bdeee642876ebdf9523408 (diff) | |
| download | emacs-9bb7794e97f6610d294ee6ab1547c36e7acc24cb.tar.gz emacs-9bb7794e97f6610d294ee6ab1547c36e7acc24cb.zip | |
Remove hack of not prototyping bcopy, etc.
Diffstat (limited to 'src/m')
| -rw-r--r-- | src/m/ia64.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/m/ia64.h b/src/m/ia64.h index 14a060ca30f..f77d0a89aea 100644 --- a/src/m/ia64.h +++ b/src/m/ia64.h | |||
| @@ -153,19 +153,6 @@ Boston, MA 02111-1307, USA. */ | |||
| 153 | # include <stdlib.h> | 153 | # include <stdlib.h> |
| 154 | # endif | 154 | # endif |
| 155 | 155 | ||
| 156 | /* Hack alert! For reasons unknown to mankind the string.h file insists | ||
| 157 | on defining bcopy etc. as taking char pointers as arguments. With | ||
| 158 | Emacs this produces an endless amount of warning which are harmless, | ||
| 159 | but tends to flood the real errors. This hack works around this problem | ||
| 160 | by not prototyping. */ | ||
| 161 | #define bcopy string_h_bcopy | ||
| 162 | #define bzero string_h_bzero | ||
| 163 | #define bcmp string_h_bcmp | ||
| 164 | #include <string.h> | ||
| 165 | #undef bcopy | ||
| 166 | #undef bzero | ||
| 167 | #undef bcmp | ||
| 168 | |||
| 169 | /* We need to prototype these for the lib-src programs even if we don't | 156 | /* We need to prototype these for the lib-src programs even if we don't |
| 170 | use the system malloc for the Emacs proper. */ | 157 | use the system malloc for the Emacs proper. */ |
| 171 | #ifdef _MALLOC_INTERNAL | 158 | #ifdef _MALLOC_INTERNAL |