[BACK]Return to main.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / m4

Diff for /src/usr.bin/m4/main.c between version 1.61 and 1.62

version 1.61, 2003/06/30 22:10:21 version 1.62, 2003/06/30 22:11:38
Line 593 
Line 593 
         }          }
 }  }
   
 /* Look up a builtin type, even if overridden by the user */  
 int  
 builtin_type(const char *key)  
 {  
         int i;  
   
         for (i = 0; i != MAXKEYS; i++)  
                 if (STREQ(keywrds[i].knam, key))  
                         return keywrds[i].ktyp;  
         return -1;  
 }  
   
 static void  static void
 record(struct position *t, int lev)  record(struct position *t, int lev)
 {  {

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62