summaryrefslogtreecommitdiff
path: root/ld/const.h
blob: 7705e15cf55538d86604b99c26887ac2b817fefd (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 NULL	0
#define TRUE	1

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

#include "config.h"