home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / language / sozosun / hcc.dif < prev    next >
Encoding:
Text File  |  1993-10-23  |  1.4 KB  |  78 lines

  1. Only in hcc: #tok.c#
  2. Only in ../stsrc/hcc: hcc.diff
  3. diff hcc/main.c ../stsrc/hcc/main.c
  4. 14,17d13
  5. <  *
  6. <  * MODIFIED:
  7. <  *    10/1990 K. Dalton   added stuff for BSD Unix
  8. <  *
  9. 45c41
  10. < #if MINIX || BSD
  11. ---
  12. > #ifdef MINIX
  13. 73c69
  14. < #if MINIX || BSD
  15. ---
  16. > #ifdef MINIX
  17. 98c94
  18. < #if    !MINIX && !BSD
  19. ---
  20. > #ifndef MINIX
  21. 100d95
  22. 196,197c191,192
  23. <     char    buf[1024];
  24. <     char    dir[2048];
  25. ---
  26. >     char    buf[256];
  27. >     char    dir[128];
  28. 219,220c214,215
  29. < #if MINIX || BSD
  30. <         if (c != '/' && c != ':')
  31. ---
  32. > #ifdef MINIX
  33. >         if (c != '/')
  34. 300d294
  35. < #ifdef BSD
  36. 302,306c296
  37. < "hcc: version 1.20  Copyright (c) 1988,1989 by Sozobon, Limited.\nhcc: BSD-UNIX port 0.01 by Kent Dalton 10/1990";
  38. < #else
  39. < static    char    Version[] =
  40. < "hcc: version 1.20  Copyright (c) 1988,1989 by Sozobon, Limited.\n";
  41. < #endif
  42. ---
  43. > "hcc: version 1.20  Copyright (c) 1988,1989 by Sozobon, Limited.";
  44. 337c327
  45. < #if MINIX || BSD
  46. ---
  47. > #ifdef MINIX
  48. Only in ../stsrc/hcc: make.log
  49. Only in hcc: nodes.bak
  50. diff hcc/out_st.c ../stsrc/hcc/out_st.c
  51. 61c61
  52. < #if MINIX || BSD
  53. ---
  54. > #ifdef MINIX
  55. 71c71
  56. < #if MINIX || BSD
  57. ---
  58. > #ifdef MINIX
  59. diff hcc/pre.c ../stsrc/hcc/pre.c
  60. 612c612
  61. <     tk_flags |= TK_LTSTR;
  62. ---
  63. >     tk_flags |= TK_NOESC|TK_LTSTR;
  64. 695c695
  65. < #if !MINIX && !BSD
  66. ---
  67. > #ifndef MINIX
  68. 707,708d706
  69. <         "/home/zappa/kentd/st/sozobon/include/",
  70. <         "sozobon/include/",
  71. 712c710
  72. < static int idir_n = 4;
  73. ---
  74. > static int idir_n = 2;
  75. Only in hcc: pre.c.~1~
  76. Only in hcc: subs_sun.c
  77.