diff options
Diffstat (limited to 'gas/conf.in')
-rw-r--r-- | gas/conf.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/conf.in b/gas/conf.in index 93900df..07c9eb4 100644 --- a/gas/conf.in +++ b/gas/conf.in @@ -53,13 +53,13 @@ #undef WANT_FOPEN_BIN /* Sometimes the system header files don't declare malloc and realloc. */ -#undef NEED_MALLOC_DECLARATION +#undef NEED_DECLARATION_MALLOC /* Sometimes the system header files don't declare free. */ -#undef NEED_FREE_DECLARATION +#undef NEED_DECLARATION_FREE /* Sometimes errno.h doesn't declare errno itself. */ -#undef NEED_ERRNO_DECLARATION +#undef NEED_DECLARATION_ERRNO #undef MANY_SEGMENTS |