(file) Return to parse.c CVS log (file) (dir) Up to [XFree86 CVS] / xc / config / makedepend

Diff for /xc/config/makedepend/parse.c between version 1.5 and 1.6

version 1.5, 1998/10/05 13:21:49 version 1.6, 1999/03/21 07:34:26
Line 20 
Line 20 
 in this Software without prior written authorization from The Open Group. in this Software without prior written authorization from The Open Group.
  
 */ */
 /* $XFree86: xc/config/makedepend/parse.c,v 1.4 1998/10/02 06:15:23 dawes Exp $ */  /* $XFree86: xc/config/makedepend/parse.c,v 1.5 1998/10/05 13:21:49 dawes Exp $ */
  
 #include "def.h" #include "def.h"
  
Line 41 
Line 41 
         char    *line;         char    *line;
         int     type;         int     type;
  
         while ((line = getline(filep))) {          while ((line = getnextline(filep))) {
                 switch(type = deftype(line, filep, file_red, file, FALSE)) {                 switch(type = deftype(line, filep, file_red, file, FALSE)) {
                 case IF:                 case IF:
                 case IFFALSE:                 case IFFALSE:
Line 510 
Line 510 
         register int    type;         register int    type;
         boolean recfailOK;         boolean recfailOK;
  
         while ((line = getline(filep))) {          while ((line = getnextline(filep))) {
                 switch(type = deftype(line, filep, file_red, file, TRUE)) {                 switch(type = deftype(line, filep, file_red, file, TRUE)) {
                 case IF:                 case IF:
                 doif:                 doif:


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

Powered by
ViewCVS 0.9.2