home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / printer / gnuplot.lha / term.h.diff < prev    next >
Text File  |  1991-07-04  |  910b  |  41 lines

  1.  
  2.         TO TRANSFORM RAM:gnuplot-2.0-pl2/term.h INTO term.h ...
  3.  
  4. *** APPEND AFTER 36 IN RAM:gnuplot-2.0-pl2/term.h ***
  5. >
  6.  
  7. *** APPEND AFTER 39 IN RAM:gnuplot-2.0-pl2/term.h ***
  8. >#ifdef AMIGA_LC_5_1
  9. >#define AMIGATERM    /* Amiga custom screen */
  10. >
  11. >#else /* AMIGA_LC_5_1 */
  12. >
  13.  
  14. *** CHANGE 56 IN RAM:gnuplot-2.0-pl2/term.h TO [62,63] IN term.h ***
  15. <#endif 
  16.  
  17. ---------------
  18. >#endif /* AMIGA_LC_5_1 */
  19. >#endif /* MSDOS */
  20.  
  21. *** CHANGE 63 IN RAM:gnuplot-2.0-pl2/term.h TO 70 IN term.h ***
  22. <#define EPSON        /* Epson LX-800, Star NL-10, NX-1000 and lots of others */
  23.  
  24. ---------------
  25. >#define EPSONP        /* Epson LX-800, Star NL-10, NX-1000 and lots of others */
  26.  
  27. *** CHANGE 83 IN RAM:gnuplot-2.0-pl2/term.h TO 90 IN term.h ***
  28. <#else
  29.  
  30. ---------------
  31. >#else /* __TURBOC__ */
  32.  
  33. *** CHANGE [87,88] IN RAM:gnuplot-2.0-pl2/term.h TO [94,95] IN term.h ***
  34. <#endif
  35. <#endif
  36.  
  37. ---------------
  38. >#endif /* __TURBOC__ */
  39. >#endif /* MSDOS */
  40.  
  41.