Index: src/ov-builtin.h =================================================================== RCS file: /cvs/octave/src/ov-builtin.h,v retrieving revision 1.22 diff -c -r1.22 ov-builtin.h *** src/ov-builtin.h 12 Oct 2007 21:27:31 -0000 1.22 --- src/ov-builtin.h 31 Dec 2007 20:27:46 -0000 *************** *** 35,40 **** --- 35,41 ---- // Builtin functions. class + OCTINTERP_API octave_builtin : public octave_function { public: Index: src/ov-dld-fcn.h =================================================================== RCS file: /cvs/octave/src/ov-dld-fcn.h,v retrieving revision 1.13 diff -c -r1.13 ov-dld-fcn.h *** src/ov-dld-fcn.h 12 Oct 2007 21:27:31 -0000 1.13 --- src/ov-dld-fcn.h 31 Dec 2007 20:27:46 -0000 *************** *** 40,45 **** --- 40,46 ---- // Dynamically-linked functions. class + OCTINTERP_API octave_dld_function : public octave_builtin { public: