home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / AWF.ZIP / NOPAGE.DIF < prev    next >
Text File  |  1990-12-12  |  1KB  |  56 lines

  1. diff -c dumb.dev nopage/dumb.dev
  2. *** dumb.dev    Wed Dec 12 21:07:58 1990
  3. --- nopage/dumb.dev    Wed Dec 12 22:08:08 1990
  4. ***************
  5. *** 6,12 ****
  6.   .\" call margin adjustment device-dependent for sake of some unusual cases
  7.   .ad
  8.   .\" page parameters
  9. ! .pl 11i
  10.   .ll 6.5i
  11.   .po 0
  12.   .\" --------------------------------
  13. --- 6,12 ----
  14.   .\" call margin adjustment device-dependent for sake of some unusual cases
  15.   .ad
  16.   .\" page parameters
  17. ! .pl 1000i
  18.   .ll 6.5i
  19.   .po 0
  20.   .\" --------------------------------
  21. diff -c pass2 nopage/pass2
  22. *** pass2    Wed Dec 12 23:00:58 1990
  23. --- nopage/pass2    Wed Dec 12 23:01:32 1990
  24. ***************
  25. *** 584,588 ****
  26.       print msg "command `" $1 "' unsupported or unknown"
  27.   }
  28.   END {
  29. !     print dobreak, "need", 999    # flush page
  30.   }
  31. --- 584,589 ----
  32.       print msg "command `" $1 "' unsupported or unknown"
  33.   }
  34.   END {
  35. ! #    print dobreak, "need", 999    # flush page
  36. !     print dobreak, "flush"
  37.   }
  38. diff -c pass3 nopage/pass3
  39. *** pass3    Wed Dec 12 21:40:32 1990
  40. --- nopage/pass3    Wed Dec 12 23:01:34 1990
  41. ***************
  42. *** 327,332 ****
  43.   }
  44.   END {
  45.       # second pass is supposed to fake a .ne to flush the last page
  46. !     if (nextlineno != 1)
  47. !         print "awf: last page not flushed!" >errs
  48.   }
  49. --- 327,332 ----
  50.   }
  51.   END {
  52.       # second pass is supposed to fake a .ne to flush the last page
  53. ! #    if (nextlineno != 1)
  54. ! #        print "awf: last page not flushed!" >errs
  55.   }
  56.