The native compiler defines __NO_LEADING_UNDERSCORES__, so key off

that to determine if __LEADING_UNDERSCORE is necessary.
This commit is contained in:
thorpej 2002-09-28 02:27:03 +00:00
parent fb0b215b6c
commit 543bc9a286
1 changed files with 3 additions and 2 deletions

View File

@ -1,9 +1,10 @@
/* $NetBSD: cdefs.h,v 1.2 2002/07/10 11:36:23 scw Exp $ */
/* $NetBSD: cdefs.h,v 1.3 2002/09/28 02:27:03 thorpej Exp $ */
#ifndef _SH5_CDEFS_H_
#define _SH5_CDEFS_H_
/* XXX: Temporary, until we switch to native NetBSD toolchain */
#ifndef __NO_LEADING_UNDERSCORES__
#define __LEADING_UNDERSCORE
#endif
#endif /* _SH5_CDEFS_H_ */