MSVC patch: missing exported symbol from liboctave

Michael Goffioul michael.goffioul at gmail.com
Tue Dec 4 07:52:50 CST 2007


Index: liboctave/Array-util.h
===================================================================
RCS file: /cvs/octave/liboctave/Array-util.h,v
retrieving revision 1.12
diff -c -p -r1.12 Array-util.h
*** liboctave/Array-util.h      3 Dec 2007 22:55:20 -0000       1.12
--- liboctave/Array-util.h      4 Dec 2007 13:46:43 -0000
*************** permute_vector
*** 85,91 ****
    octave_idx_type iidx;
  };

! extern int permute_vector_compare (const void *a, const void *b);

  extern void OCTAVE_API gripe_nonconformant (const char *op, int
op1_len, int op2_len);

--- 85,91 ----
    octave_idx_type iidx;
  };

! extern int OCTAVE_API permute_vector_compare (const void *a, const void *b);

  extern void OCTAVE_API gripe_nonconformant (const char *op, int
op1_len, int op2_len);



2007-12-04  Michael Goffioul <michael.goffioul at gmail.com>

    * Array-util.h: export permute_vector_compare (Win32/MSVC)


More information about the Bug-octave mailing list