NetBSD/sys/arch/sh5/include/cdefs.h
thorpej 543bc9a286 The native compiler defines __NO_LEADING_UNDERSCORES__, so key off
that to determine if __LEADING_UNDERSCORE is necessary.
2002-09-28 02:27:03 +00:00

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_ */