config.def.h relies on a bunch of definitions made in vis.c. Whenever I would include config.h outside of vis.c, it would complain, so I put the definitions in vis.h so that I could include them. There is probably a better solution though, as I'm no C expert.
As to the separate patch thing, I overlooked that, sorry. If you want me to split it and resubmit, I can do it. FRIGN <[email protected]> a écrit : >On Sat, 3 Jan 2015 22:41:19 +0100 >Matthias Rabault <[email protected]> wrote: > >> The two values were previously supplied as "magic constants". > >Well, apart from this idea, what's the reason for the vis.h-header >and why is it not a separate patch? > >-- >FRIGN <[email protected]> >
