11 lines
201 B
C
11 lines
201 B
C
/* $NetBSD: cdefs.h,v 1.2 2001/02/25 15:49:58 msaitoh Exp $ */
|
|
|
|
#ifndef _MACHINE_CDEFS_H_
|
|
#define _MACHINE_CDEFS_H_
|
|
|
|
#ifdef __ELF__
|
|
#define __LEADING_UNDERSCORE
|
|
#endif
|
|
|
|
#endif /* !_MACHINE_CDEFS_H_ */
|