Drop remains of support for Metrowerks Standard C++ library
This compiler is not supported since a very long time, so get rid of the tests for __MSL__.
This commit is contained in:
parent
7b0d77e0c0
commit
d31d645777
4 changed files with 0 additions and 37 deletions
12
configure
vendored
12
configure
vendored
|
|
@ -34369,12 +34369,6 @@ else
|
|||
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
#ifdef __MSL__
|
||||
#if __MSL__ >= 0x6000
|
||||
namespace std {}
|
||||
using namespace std;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
int
|
||||
main ()
|
||||
|
|
@ -34476,12 +34470,6 @@ else
|
|||
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
#ifdef __MSL__
|
||||
#if __MSL__ >= 0x6000
|
||||
namespace std {}
|
||||
using namespace std;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
int
|
||||
main ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue