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

Diff for /src/usr.bin/mg/def.h between version 1.167 and 1.168

version 1.167, 2021/02/23 08:10:51 version 1.168, 2021/03/01 10:51:14
Line 267 
Line 267 
         char             b_flag;        /* Flags                         */          char             b_flag;        /* Flags                         */
         char             b_fname[NFILEN]; /* File name                   */          char             b_fname[NFILEN]; /* File name                   */
         char             b_cwd[NFILEN]; /* working directory             */          char             b_cwd[NFILEN]; /* working directory             */
           char            *b_nlseq;       /* Newline sequence of chars     */
           char            *b_nlchr;       /* 1st newline character         */
         struct fileinfo  b_fi;          /* File attributes               */          struct fileinfo  b_fi;          /* File attributes               */
         struct undoq     b_undo;        /* Undo actions list             */          struct undoq     b_undo;        /* Undo actions list             */
         struct undo_rec *b_undoptr;          struct undo_rec *b_undoptr;

Legend:
Removed from v.1.167  
changed lines
  Added in v.1.168