]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Metaware's High-C has an ISO cpp.
authorGisle Vanem <gvanem@broadpark.no>
Tue, 29 Aug 2006 16:16:13 +0000 (16:16 +0000)
committerGisle Vanem <gvanem@broadpark.no>
Tue, 29 Aug 2006 16:16:13 +0000 (16:16 +0000)
include/curl/curl.h

index 6f0be2c9f2801be698760b25b18cfd50c833e72f..670c45f022db41a480093661177eb3ec969a72c8 100644 (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