Re: Dependencies between lj_arch.h and lj_def.h

  • From: Mike Pall <mikelj-1508@xxxxxxx>
  • To: luajit@xxxxxxxxxxxxx
  • Date: Sat, 1 Aug 2015 18:35:09 +0200

Peter Cawley wrote:

-#include "lj_def.h"
#include "lj_arch.h"
+#include "lj_def.h"

Ah, yes, those two header files are a deficiency in the code base.
Reworking them and their dependencies is hard. That's why I've
refrained from doing this, so far.

I don't think that swapping them is the best way to go forward.
Other files include them in a different order, there's the
amalgamated build and, oh dear, all of those cross-builds are
really finicky about things like that.

I guess I have to take a closer look, later on.

--Mike

Other related posts: