home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cweb28.zip / cweave.ch < prev    next >
Text File  |  1992-12-29  |  1KB  |  53 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.98
  7. If you change |max_bytes|, |max_names|, |hash_size| or |buf_size|
  8. @y l.98
  9. If you change |max_bytes|, |max_names|, |hash_size| or |buf_size_|
  10. @z
  11.  
  12. @x l.107
  13. @d buf_size 100 /* maximum length of input line, plus one */
  14. @y l.107
  15. @d buf_size_ 100 /* maximum length of input line, plus one */
  16. @z
  17.  
  18. @x l.109
  19. @d long_buf_size 500 /* |buf_size+longest_name| */
  20. @y l.109
  21. @d long_buf_size 500 /* |buf_size_+longest_name| */
  22. @z
  23.  
  24. @x l.547
  25. \yskip\hang |string|: The string will have been copied into the array
  26. @y l.547
  27. \yskip\hang |string_|: The string will have been copied into the array
  28. @z
  29.  
  30. @x l.570
  31. @d string 0201 /* \Cee\ string or \.{WEB} precomputed string */
  32. @y l.570
  33. @d string_ 0201 /* \Cee\ string or \.{WEB} precomputed string */
  34. @z
  35.  
  36. @x l.749
  37.   return(string);
  38. @y l.749
  39.   return(string_);
  40. @z
  41.  
  42. @x l.2630
  43.   case string: case constant: case verbatim: @<Append a string or constant@>;
  44. @y l.2630
  45.   case string_: case constant: case verbatim: @<Append a string or constant@>;
  46. @z
  47.  
  48. @x l.2737
  49. else if (next_control==string) {
  50. @y l.2737
  51. else if (next_control==string_) {
  52. @z
  53.