Added SalfordC support.

This commit is contained in:
Gisle Vanem 2006-04-26 17:04:47 +00:00
parent def0db30e7
commit c14a84e6f2
1 changed files with 1 additions and 1 deletions

View File

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