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

Diff for /src/usr.bin/make/enginechoice.c between version 1.2 and 1.3

version 1.2, 2021/03/04 09:32:49 version 1.3, 2021/03/04 09:34:30
Line 27 
Line 27 
 #include "defines.h"  #include "defines.h"
 #include "compat.h"  #include "compat.h"
 #include "make.h"  #include "make.h"
   #include "enginechoice.h"
   
 struct engine {  struct engine {
         void (*run_list)(Lst, bool *, bool *);          void (*run_list)(Lst, bool *, bool *);

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3