This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
You've already forked NetBSD
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d253d345a2
NetBSD
/
sys
/
arch
/
sun3
/
include
/
cdefs.h
4 lines
84 B
C
Raw
Normal View
History
Unescape
Escape
Let the common file deal with multiple inclusion.
1995-01-24 08:58:40 +03:00
/* $NetBSD: cdefs.h,v 1.2 1995/01/24 05:58:40 gwr Exp $ */
This file, which will be included by <sys/cdefs.h>, will contain macros such as __warn_references() and __weak_reference() which are actually machine dependant. This will make it easier for ports that are being bootstraped with ELF and ECOFF based toolchains. This change also introduces a new macro, _C_LABEL(x). _C_LABEL expands its argument, an identifier, to a character string of the identifier name as it is represented in an object file. For most ports, _C_LABEL(x) will expand to "_x", for ELF based ports _C_LABEL(x) will expand to "x".
1995-01-19 04:38:36 +03:00
#
include
<m68k/cdefs.h>