X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fcommon%2Fsegdefs.h;h=0a0b8c0655da077cb10398616a212109d65401a6;hb=a54cd59e1f4baeba5324296fbe3697a48e5b1bc8;hp=5da311bccf126dc1c6e39685add289b1baca3dd3;hpb=53dd513176425872128ef26031d00952ef7a0628;p=cc65 diff --git a/src/common/segdefs.h b/src/common/segdefs.h index 5da311bcc..0a0b8c065 100644 --- a/src/common/segdefs.h +++ b/src/common/segdefs.h @@ -6,10 +6,10 @@ /* */ /* */ /* */ -/* (C) 1998 Ullrich von Bassewitz */ -/* Wacholderweg 14 */ -/* D-70597 Stuttgart */ -/* EMail: uz@musoftware.de */ +/* (C) 1998-2000 Ullrich von Bassewitz */ +/* Wacholderweg 14 */ +/* D-70597 Stuttgart */ +/* EMail: uz@musoftware.de */ /* */ /* */ /* This software is provided 'as-is', without any expressed or implied */ @@ -55,10 +55,6 @@ #define FRAG_BYTEMASK 0x07 /* Mask for byte count */ #define FRAG_LITERAL 0x00 /* Literal data */ -#define FRAG_LITERAL8 0x01 /* Literal data with 8 bit length */ -#define FRAG_LITERAL16 0x02 /* Literal data with 16 bit length */ -#define FRAG_LITERAL24 0x03 /* Literal data with 24 bit length */ -#define FRAG_LITERAL32 0x04 /* Literal data with 32 bit length */ #define FRAG_EXPR 0x08 /* Expression */ #define FRAG_EXPR8 0x09 /* 8 bit expression */