>>>>> "Allan" == Allan Rae <[EMAIL PROTECTED]> writes:
Allan> I haven't looked at what the public->private changes in
Allan> lyxparagraph.h are for or where the using std::signal is for in
Allan> lyx_main.C. A context diff would be easier to read :-)
For the std::signal stuff, we already have a
/* Define if your C++ compiler puts C library functions in the global namespace *
/
#undef CXX_GLOBAL_CSTD
So the change should read
#ifndef CXX_GLOBAL_CSTD
using std::signal
#endif
Could you check that this works?
JMarc