blob: 46bc611e44976f6c052e3fc80ce3ebdc7cdfb6b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/* DO NOT EDIT THIS FILE.
It has been auto-edited by fixincludes from:
"fixinc/tests/inc/tinfo.h"
This had to be done to correct non-standard usages in the
original, manufacturer supplied header file. */
#if defined( TINFO_CPLUSPLUS_CHECK )
#ifdef __cplusplus
int bogus;
#endif
#endif /* TINFO_CPLUSPLUS_CHECK */
|