il_aux.h included (which now contains getcall(),putcall() etc.

routines that were peviously in get.c and put.c).
This commit is contained in:
bal 1984-11-29 11:08:15 +00:00
parent bd06330739
commit 7767012a6e
2 changed files with 2 additions and 0 deletions

View file

@ -10,6 +10,7 @@
#include "../../../h/em_mnem.h"
#include "../../../h/em_pseu.h"
#include "../share/map.h"
#include "il_aux.h"
#include "il1_anal.h"
#include "il2_aux.h"
#include "il3_subst.h"

View file

@ -12,6 +12,7 @@
#include "../share/lset.h"
#include "../share/get.h"
#include "../../../h/em_mnem.h"
#include "il_aux.h"
#include "il3_aux.h"
#include "il3_change.h"
#include "il3_subst.h"