Ticket #17026: patch-sparse-util.h.patch
File patch-sparse-util.h.patch, 489 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 16 years ago) |
---|
-
liboctave/sparse-util.h
old new 24 24 #if !defined (octave_sparse_util_h) 25 25 #define octave_sparse_util_h 1 26 26 27 extern OCTAVE_API void SparseCholError (int status, c har *file, int line,char *message);27 extern OCTAVE_API void SparseCholError (int status, const char *file, int line, const char *message); 28 28 extern OCTAVE_API int SparseCholPrint (const char *fmt, ...); 29 29 30 30 #endif