From: WJ A. <oc...@wy...> - 2003-05-24 16:51:02
|
Hello, I added this segment to symbols.cc, findsymbols.cc in main/symbolic,=20 copied from sumterms.cc (thank you Paul) to let it compile with 2.1.48.=20 Can someone tell me where NEED_OCTAVE_QUIT is defined and what the=20 conditions are for it being defined (for my further education in=20 matters octave). #ifdef NEED_OCTAVE_QUIT #define OCTAVE_QUIT do {} while (0) #else #include <octave/quit.h> #endif The updates are in cvs. cheers, Willem Atsma |