mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
17 lines
287 B
C
17 lines
287 B
C
/*
|
|
* DO NOT EDIT -- generated by the Makefile
|
|
*/
|
|
|
|
|
|
#if !defined(CALC_HAVE_UNUSED_H)
|
|
#define CALC_HAVE_UNUSED_H
|
|
|
|
|
|
/* do we have/want the unused attribute? */
|
|
#define HAVE_UNUSED /* yes */
|
|
#undef UNUSED
|
|
#define UNUSED __attribute__((unused)) /* yes */
|
|
|
|
|
|
#endif /* !CALC_HAVE_UNUSED_H */
|