home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cweb28.zip / ctangle.ch < prev    next >
Text File  |  1992-12-29  |  2KB  |  77 lines

  1. This is the change file for CWEB's CWEAVE for EMX/GCC
  2.  
  3. created:
  4.     1992 TSM (Thomas S McMillan, Applied Innovation)
  5.  
  6. @x l.102
  7. @d buf_size 100 /* for \.{WEAVE} and \.{TANGLE} */
  8. @y l.102
  9. @d buf_size_ 100 /* for \.{WEAVE} and \.{TANGLE} */
  10. @z
  11.  
  12. @x l.229
  13. \hang |string| denotes the beginning or end of a string, verbatim
  14. @y l.229
  15. \hang |string_| denotes the beginning or end of a string, verbatim
  16. @z
  17.  
  18. @x l.233
  19. @d string 02 /* takes the place of extended ASCII \.{\char2} */
  20. @y l.233
  21. @d string_ 02 /* takes the place of extended ASCII \.{\char2} */
  22. @z
  23.  
  24. @x l.594
  25.       case string: if (out_state==verbatim) out_state=normal;
  26. @y l.594
  27.       case string_: if (out_state==verbatim) out_state=normal;
  28. @z
  29.  
  30. @x l.676
  31.   ccode['@@']='@@'; ccode['=']=string;
  32. @y l.676
  33.   ccode['@@']='@@'; ccode['=']=string_;
  34. @z
  35.  
  36. @x l.884
  37.   return(string);
  38. @y l.884
  39.   return(string_);
  40. @z
  41.  
  42. @x l.902
  43.     case string: @<Scan a verbatim string@>;
  44. @y l.902
  45.     case string_: @<Scan a verbatim string@>;
  46. @z
  47.  
  48. @x l.991
  49. have |*(loc-1)=string|; we set |id_first| to the beginning
  50. @y l.991
  51. have |*(loc-1)=string_|; we set |id_first| to the beginning
  52. @z
  53.  
  54. @x l.1001
  55.   return(string);
  56. @y l.1001
  57.   return(string_);
  58. @z
  59.  
  60. @x l.1069
  61. case constant: case string:
  62. @y l.1069
  63. case constant: case string_:
  64. @z
  65.  
  66. @x l.1092
  67.   app_repl(a); /* |string| or |constant| */
  68. @y l.1092
  69.   app_repl(a); /* |string_| or |constant| */
  70. @z
  71.  
  72. @x l.1208
  73.     app_repl(string); app_repl(' '); app_repl(string);
  74. @y l.1208
  75.     app_repl(string_); app_repl(' '); app_repl(string_);
  76. @z
  77.