summaryrefslogtreecommitdiff
path: root/external/coinmp/configure-exit.patch
blob: 0a81b8073fd2a7896c73169731fc7df88d64a272 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
--- Cgl/configure
+++ Cgl/configure
@@ -3501,8 +3501,6 @@
 fi
 for ac_declaration in \
    '' \
-   'extern "C" void std::exit (int) throw (); using std::exit;' \
-   'extern "C" void std::exit (int); using std::exit;' \
    'extern "C" void exit (int) throw ();' \
    'extern "C" void exit (int);' \
    'void exit (int);'
--- Clp/configure
+++ Clp/configure
@@ -3528,8 +3528,6 @@
 fi
 for ac_declaration in \
    '' \
-   'extern "C" void std::exit (int) throw (); using std::exit;' \
-   'extern "C" void std::exit (int); using std::exit;' \
    'extern "C" void exit (int) throw ();' \
    'extern "C" void exit (int);' \
    'void exit (int);'
--- CoinUtils/configure
+++ CoinUtils/configure
@@ -3527,8 +3527,6 @@
 fi
 for ac_declaration in \
    '' \
-   'extern "C" void std::exit (int) throw (); using std::exit;' \
-   'extern "C" void std::exit (int); using std::exit;' \
    'extern "C" void exit (int) throw ();' \
    'extern "C" void exit (int);' \
    'void exit (int);'