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

Diff for /src/usr.bin/fgen/fgen.l between version 1.6 and 1.7

version 1.6, 2002/09/23 04:10:14 version 1.7, 2003/11/09 20:13:57
Line 1034 
Line 1034 
   
 /*  /*
  * Tokenize one file.  This is a separate function so it can   * Tokenize one file.  This is a separate function so it can
  * be called recursively to parse mutiple levels of include files.   * be called recursively to parse multiple levels of include files.
  */   */
   
 void  void
Line 1562 
Line 1562 
                          */                           */
                         pos = pop();    /* get position of prev link. */                          pos = pop();    /* get position of prev link. */
                         push(outpos);   /* save position of this link. */                          push(outpos);   /* save position of this link. */
                         spit(pos);      /* save potision of prev link. */                          spit(pos);      /* save position of prev link. */
                         if (offsetsize == 16) {                          if (offsetsize == 16) {
                                 spit(0);                                  spit(0);
                         }                          }

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7