1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

Added SalfordC support.

This commit is contained in:
Gisle Vanem 2006-04-26 17:04:47 +00:00
parent def0db30e7
commit c14a84e6f2

View 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