mirror of
https://github.com/pret/agbcc.git
synced 2026-04-24 23:10:04 -05:00
13 lines
274 B
C
13 lines
274 B
C
#include "gansidecl.h"
|
|
|
|
/* #defines that need visibility everywhere. */
|
|
#define FALSE 0
|
|
#define TRUE 1
|
|
|
|
/* This describes the machine the compiler is hosted on. */
|
|
#define HOST_BITS_PER_CHAR 8
|
|
#define HOST_BITS_PER_SHORT 16
|
|
#define HOST_BITS_PER_INT 32
|
|
|
|
#include "telf.h"
|