home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume1 / 8711 / microemacs-3.9 / ue3.9.bugs / comp.sources.bugs_258_000004.msg < prev    next >
Internet Message Format  |  1987-12-03  |  1KB

  1. Path: tut!osu-cis!cbosgd!ucbvax!jade!aurora!malcolm
  2. From: malcolm@aurora.UUCP (Malcolm MacNiven)
  3. Newsgroups: comp.emacs,comp.sources.bugs
  4. Subject: MicroEmacs v3.9e "spawn.c" problems on MSDOS versions
  5. Keywords: emacs
  6. Message-ID: <1358@aurora.UUCP>
  7. Date: 28 Nov 87 07:29:54 GMT
  8. Distribution: na
  9. Organization: NASA Ames Research Center, Mt. View, Ca.
  10. Lines: 41
  11. Xref: tut comp.emacs:653 comp.sources.bugs:258
  12.  
  13.  
  14. THIS FILE IS JUST A TEXT FILE, NOT A PATCH OR FIX FILE
  15. CHANGES TO MICRO-EMACS 3.9E TO COMPILE UNDER MSC QUICK C (MSDOS)
  16.  
  17. # These changes below will allow the Microsoft Quick C compiler to compile
  18. # the file crypt.c so that the linker will not say that the function mod95
  19. # is undeclared.
  20. > = the NEW crypt.c file
  21. < = the OLD crypt.c file
  22.  
  23.  
  24. 191c191
  25. > int mod95(val)
  26. ---
  27. < static int mod95(val)
  28.  
  29.  
  30. # These changes below will make the execute DOS command / Shell escape
  31. # work correctly nothing major at all. (I was using MSC Quick C V1.0).
  32. > = the NEW spawn.c file
  33. > = the OLD spawn.c file
  34.  
  35.  
  36. 32a33
  37. > extern int _doserrno;
  38. 690c691
  39. < #if    MSDOS & (TURBO | LATTICE | AZTEC)
  40. ---
  41. > #if    MSDOS & (TURBO | LATTICE | AZTEC | MSC)
  42. 825c826
  43. < #if    TURBO
  44. ---
  45. > #if    TURBO | MSC
  46.  
  47. Sammie Lee Graham   --------   addresses in order of importance.
  48.  
  49. sammie_lee_graham@cup.portal.com
  50. sun!portal!sammie_lee_graham
  51. BBS's ---> Programmers Room or Starship Trooper
  52. malcolm@ames-aurora.arpa
  53. GENIE    SLGRAHAM
  54.