octave-maintainers
[Top][All Lists]
Advanced

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

MSVC: additional exported symbols


From: John W. Eaton
Subject: MSVC: additional exported symbols
Date: Mon, 26 Feb 2007 15:53:11 -0500

On  7-Feb-2007, address@hidden wrote:

| 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


I applied this patch.

Thanks,

jwe


reply via email to

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