Include funcattrs.h before you use stuff in it.

This commit is contained in:
Guy Harris 2018-01-28 21:09:03 -08:00
parent c640a96c6a
commit be658698f9

View File

@ -300,6 +300,11 @@ typedef char* caddr_t;
#endif #endif
#endif #endif
/*
* Function attributes, for various compilers.
*/
#include "funcattrs.h"
/* /*
* On Windows, snprintf(), with that name and with C99 behavior - i.e., * On Windows, snprintf(), with that name and with C99 behavior - i.e.,
* guaranteeing that the formatted string is null-terminated - didn't * guaranteeing that the formatted string is null-terminated - didn't
@ -485,11 +490,6 @@ struct in6_addr {
* end of Apple deprecation workaround macros * end of Apple deprecation workaround macros
*/ */
/*
* Function attributes, for various compilers.
*/
#include "funcattrs.h"
/* /*
* Statement attributes, for various compilers. * Statement attributes, for various compilers.
* *