summaryrefslogtreecommitdiff
path: root/ld/const.h
blob: 04d63306be1b7210e61d72a5c16235f80e37cd02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* const.h - constants for linker */

/* Copyright (C) 1994 Bruce Evans */

#define FALSE	0
#define NUL_PTR	((void*)0)
#define TRUE	1

#define EXTERN	extern
#define FORWARD	static
#define PRIVATE	static
#define PUBLIC

#include "config.h"