mirror of
https://github.com/curl/curl.git
synced 2026-05-30 10:17:28 +03:00
Added SalfordC support.
This commit is contained in:
parent
def0db30e7
commit
c14a84e6f2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue