23 lines
792 B
Diff
23 lines
792 B
Diff
diff -up SuiteSparse/SuiteSparse_config/SuiteSparse_config.h.include SuiteSparse/SuiteSparse_config/SuiteSparse_config.h
|
|
--- SuiteSparse/SuiteSparse_config/SuiteSparse_config.h.include 2014-07-16 15:35:20.000000000 -0600
|
|
+++ SuiteSparse/SuiteSparse_config/SuiteSparse_config.h 2014-09-13 11:28:42.480821742 -0600
|
|
@@ -38,14 +38,14 @@
|
|
#ifndef SUITESPARSE_CONFIG_H
|
|
#define SUITESPARSE_CONFIG_H
|
|
|
|
-#ifdef __cplusplus
|
|
-extern "C" {
|
|
-#endif
|
|
-
|
|
#include <limits.h>
|
|
#include <stdlib.h>
|
|
#include <math.h>
|
|
|
|
+#ifdef __cplusplus
|
|
+extern "C" {
|
|
+#endif
|
|
+
|
|
/* ========================================================================== */
|
|
/* === SuiteSparse_long ===================================================== */
|
|
/* ========================================================================== */
|