Files
calc/win32/have_unused.h
2017-05-21 15:38:44 -07:00

17 lines
284 B
C

/*
* DO NOT EDIT -- generated by the Makefile
*/
#if !defined(__HAVE_UNUSED_H__)
#define __HAVE_UNUSED_H__
/* do we have/want the unused attribute? */
#define HAVE_UNUSED /* yes */
#undef UNUSED
#define UNUSED __attribute__((unused)) /* yes */
#endif /* !__HAVE_UNUSED_H__ */