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

Diff for /src/usr.bin/make/lowparse.c between version 1.26 and 1.27

version 1.26, 2012/03/22 13:47:12 version 1.27, 2012/03/22 13:50:30
Line 42 
Line 42 
 #include "error.h"  #include "error.h"
 #include "lst.h"  #include "lst.h"
 #include "memory.h"  #include "memory.h"
   #ifndef LOCATION_TYPE
 #include "location.h"  #include "location.h"
   #endif
   
   
 /* XXX check whether we can free filenames at the end, for a proper  /* XXX check whether we can free filenames at the end, for a proper

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27