Sync usage with man page.
[netbsd-mini2440.git] / sys / arch / sh3 / include / cdefs.h
blobb71abca6190970088ec21f7d98fc7984d12412ff
1 /* $NetBSD: cdefs.h,v 1.4 2002/03/17 17:55:24 uch Exp $ */
3 #ifndef _SH3_CDEFS_H_
4 #define _SH3_CDEFS_H_
6 /*
7 * The old NetBSD/sh3 ELF toolchain used underscores. The new
8 * NetBSD/sh3 ELF toolchain does not. The C pre-processor
9 * defines __NO_LEADING_UNDERSCORES__ for the new ELF toolchain.
12 #if defined(__ELF__) && !defined(__NO_LEADING_UNDERSCORES__)
13 #define __LEADING_UNDERSCORE
14 #endif
16 #endif /* !_SH3_CDEFS_H_ */