use C_con_cst instead of C_con_icon when possible;

fix sizeof(string) to return the size of the string instead of the size of
a pointer
This commit is contained in:
ceriel
1988-12-12 14:21:45 +00:00
parent 8e09304da7
commit f4caec88e8
3 changed files with 7 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ PRTLIB = $(EMHOME)/modules/lib/libprint.a
EMMESLIB = $(EMHOME)/modules/lib/libem_mes.a
EMMESOLIB = $(EMHOME)/modules/lib/libem_mesO.a
EMMESCELIB = $(EMHOME)/modules/lib/libem_mesCE.a
MACH = vax4
MACH = sun3
EMCELIB = $(EMHOME)/lib/$(MACH)/ce.a \
$(EMHOME)/lib/$(MACH)/back.a \
$(EMHOME)/modules/lib/libobject.a $(EMHOME)/lib/em_data.a