diff options
Diffstat (limited to 'gas/acconfig.h')
-rw-r--r-- | gas/acconfig.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/acconfig.h b/gas/acconfig.h index 51ed5c8..abae0b8 100644 --- a/gas/acconfig.h +++ b/gas/acconfig.h @@ -29,13 +29,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 |