Initial revision
[LeanCalc.git] / calc / calc / have_unused.h
1 /*
2  * DO NOT EDIT -- generated by the Makefile
3  */
4
5
6 #if !defined(__HAVE_UNUSED_H__)
7 #define __HAVE_UNUSED_H__
8
9
10 /* do we have/want the unused attribute? */
11 #define HAVE_UNUSED /* yes */
12 #undef UNUSED
13 #define UNUSED __attribute__((unused)) /* yes */
14
15
16 #endif /* !__HAVE_UNUSED_H__ */