Metaware's High-C has an ISO cpp.

This commit is contained in:
Gisle Vanem 2006-08-29 16:16:13 +00:00
parent 7c621cfbdf
commit 7ff6b6fafd
1 changed files with 1 additions and 1 deletions

View File

@ -485,7 +485,7 @@ typedef enum {
*/
#if defined(__STDC__) || defined(_MSC_VER) || defined(__cplusplus) || \
defined(__HP_aCC) || defined(__BORLANDC__) || defined(__LCC__) || \
defined(__POCC__) || defined(__SALFORDC__)
defined(__POCC__) || defined(__SALFORDC__) || defined(__HIGHC__)
/* This compiler is believed to have an ISO compatible preprocessor */
#define CURL_ISOCPP
#else