Angus Leeming <[EMAIL PROTECTED]> writes:
| Jürgen> Angus just define this in insettabular.C and if you want also in lyxfunc.C
| Jürgen> so you have to compile only this to source-files.
|
| ??? But a grep of the code base reveals that the following files have either
| #ifdef NEW_TABULAR or #ifndef NEW_TABULAR ???
The NEW_TABULAR is intended just as placeholders for now, they flag
sections of code that will/can be removed when begin to use the new
tabular as default.
| whilst insets/insettabular.C has #ifdef USE_NEW_LAYOUT
|
| Anyway, compiling the entire code base again with
| #define USE_NEW_LAYOUT 1
| #define NEW_TABULAR 1
| in config.h leads to the following error on linking the code:
Done set NEW_TABULAR yet.
Lgb