malcolm@aurora.UUCP (Malcolm MacNiven) (11/28/87)
THIS FILE IS JUST A TEXT FILE, NOT A PATCH OR FIX FILE CHANGES TO MICRO-EMACS 3.9E TO COMPILE UNDER MSC QUICK C (MSDOS) # These changes below will allow the Microsoft Quick C compiler to compile # the file crypt.c so that the linker will not say that the function mod95 # is undeclared. > = the NEW crypt.c file < = the OLD crypt.c file 191c191 > int mod95(val) --- < static int mod95(val) # These changes below will make the execute DOS command / Shell escape # work correctly nothing major at all. (I was using MSC Quick C V1.0). > = the NEW spawn.c file > = the OLD spawn.c file 32a33 > extern int _doserrno; 690c691 < #if MSDOS & (TURBO | LATTICE | AZTEC) --- > #if MSDOS & (TURBO | LATTICE | AZTEC | MSC) 825c826 < #if TURBO --- > #if TURBO | MSC Sammie Lee Graham -------- addresses in order of importance. sammie_lee_graham@cup.portal.com sun!portal!sammie_lee_graham BBS's ---> Programmers Room or Starship Trooper malcolm@ames-aurora.arpa GENIE SLGRAHAM