543bc9a286
that to determine if __LEADING_UNDERSCORE is necessary.
11 lines
208 B
C
11 lines
208 B
C
/* $NetBSD: cdefs.h,v 1.3 2002/09/28 02:27:03 thorpej Exp $ */
|
|
|
|
#ifndef _SH5_CDEFS_H_
|
|
#define _SH5_CDEFS_H_
|
|
|
|
#ifndef __NO_LEADING_UNDERSCORES__
|
|
#define __LEADING_UNDERSCORE
|
|
#endif
|
|
|
|
#endif /* _SH5_CDEFS_H_ */
|