Fixed a few problems

This commit is contained in:
ceriel 1991-05-16 13:22:15 +00:00
parent 094b1d0742
commit 2d79ecd203
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ IFILES = -I$(EM)/h -I$(EM)/modules/h
CC = cc
CFLAGS = $(IFILES)
all : dummy $(OFILES)
all : dummy
make $(OFILES)
dummy : $(GFILES)

View file

@ -19,7 +19,7 @@
#define C_STE 36
#define C_ZRE 39
struct { char *name; int segment, generated}
struct { char *name; int segment, generated; }
def_info[] = {
/* _ICON */ { "C_con_icon", SEGCON, 0},
{ "C_rom_icon", SEGROM, 0},