Added SalfordC support.
authorGisle Vanem <gvanem@broadpark.no>
Wed, 26 Apr 2006 17:04:47 +0000 (17:04 +0000)
committerGisle Vanem <gvanem@broadpark.no>
Wed, 26 Apr 2006 17:04:47 +0000 (17:04 +0000)
include/curl/curl.h

index 9c392cc..94c4551 100644 (file)
@@ -425,7 +425,7 @@ typedef enum {
  */
 #if defined(__STDC__) || defined(_MSC_VER) || defined(__cplusplus) || \
   defined(__HP_aCC) || defined(__BORLANDC__) || defined(__LCC__) || \
-  defined(__POCC__)
+  defined(__POCC__) || defined(__SALFORDC__)
   /* This compiler is believed to have an ISO compatible preprocessor */
 #define CURL_ISOCPP
 #else