4.1cBSD/usr/src/lib/libc/net/misc/DEFS.h

Compare this file to the similar file:
Show the results in this format:

/* DEFS.h 4.1 82/12/15 */

#ifdef PROF
#define	ENTRY(x)	.globl _/**/x; .align 2; _/**/x: .word 0; \
			.data; 1:; .long 0; .text; moval 1b,r0; jsb mcount
#else
#define	ENTRY(x)	.globl _/**/x; .align 2; _/**/x: .word 0
#endif