[BACK]Return to pr.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / pr

Diff for /src/usr.bin/pr/pr.h between version 1.2 and 1.3

version 1.2, 1996/06/26 05:37:55 version 1.3, 1997/04/23 08:08:29
Line 63 
Line 63 
 #define FNAME           ""  #define FNAME           ""
 #define LBUF            8192  #define LBUF            8192
 #define HDBUF           512  #define HDBUF           512
   #define INFF            '\f'
   #define OUTFF           '\f'
   
   /*
    * termination return code from inln (also returns a byte count)
    */
   #define END             -1
   #define FORM            1
   #define NORMAL          0
   
 /*  /*
  * structure for vertical columns. Used to balance cols on last page   * structure for vertical columns. Used to balance cols on last page

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3