octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

MSVC: additional exported symbols


From: michael . goffioul
Subject: MSVC: additional exported symbols
Date: Wed, 07 Feb 2007 12:14:19 +0100

Index: liboctave/sparse-util.h
===================================================================
RCS file: /cvs/octave/liboctave/sparse-util.h,v
retrieving revision 1.1
diff -c -p -r1.1 sparse-util.h
*** liboctave/sparse-util.h 23 Oct 2005 19:09:33 -0000 1.1
--- liboctave/sparse-util.h 7 Feb 2007 10:59:45 -0000
*************** Boston, MA 02110-1301, USA.
*** 23,30 ****
  #if !defined (octave_sparse_util_h)
  #define octave_sparse_util_h 1
 
! extern void SparseCholError (int status, char *file, int line, char *message);
! extern int SparseCholPrint (const char *fmt, ...);
 
  #endif
 
--- 23,30 ----
  #if !defined (octave_sparse_util_h)
  #define octave_sparse_util_h 1
 
! extern OCTAVE_API void SparseCholError (int status, char *file, int line, char *message);
! extern OCTAVE_API int SparseCholPrint (const char *fmt, ...);
 
  #endif
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]