]> git.pld-linux.org Git - packages/SuiteSparse_config.git/blob - SuiteSparse_config-externc.patch
- release 4 (by relup.sh)
[packages/SuiteSparse_config.git] / SuiteSparse_config-externc.patch
1 --- SuiteSparse_config/SuiteSparse_config.h.orig        2014-07-16 23:35:20.000000000 +0200
2 +++ SuiteSparse_config/SuiteSparse_config.h     2014-11-21 17:12:47.821093628 +0100
3 @@ -38,14 +38,14 @@
4  #ifndef SUITESPARSE_CONFIG_H
5  #define SUITESPARSE_CONFIG_H
6  
7 -#ifdef __cplusplus
8 -extern "C" {
9 -#endif
10 -
11  #include <limits.h>
12  #include <stdlib.h>
13  #include <math.h>
14  
15 +#ifdef __cplusplus
16 +extern "C" {
17 +#endif
18 +
19  /* ========================================================================== */
20  /* === SuiteSparse_long ===================================================== */
21  /* ========================================================================== */
This page took 0.07013 seconds and 3 git commands to generate.