Re: [Kicad-developers] PANEL_PREV_3D_B

2017-02-19 Thread Chris Pavlina
On Sun, Feb 19, 2017 at 09:33:56AM +0100, jp charras wrote: > Le 19/02/2017 à 04:25, Chris Pavlina a écrit : > > In panel_prev_model.h, there is this line: > > > > #define PANEL_PREV_3D_B PANEL_PREV_3D > > > > After this, "PANEL_PREV_3D_B" is used in the code in place of > > "PANEL_PREV_3D". > >

Re: [Kicad-developers] PANEL_PREV_3D_B

2017-02-19 Thread jp charras
Le 19/02/2017 à 04:25, Chris Pavlina a écrit : > In panel_prev_model.h, there is this line: > > #define PANEL_PREV_3D_B PANEL_PREV_3D > > After this, "PANEL_PREV_3D_B" is used in the code in place of > "PANEL_PREV_3D". > ...WHY? > > Really...why?? > > I don't see any explanation for this bizarr

[Kicad-developers] PANEL_PREV_3D_B

2017-02-18 Thread Chris Pavlina
In panel_prev_model.h, there is this line: #define PANEL_PREV_3D_B PANEL_PREV_3D After this, "PANEL_PREV_3D_B" is used in the code in place of "PANEL_PREV_3D". ...WHY? Really...why?? I don't see any explanation for this bizarre substitution. It's performed by the preprocessor, so should be e