curl/system.h: update ifdef condition for MCST-LCC compiler

in mcst-lcc compiler => 1.25 added a new macro definition to determine
compiler

Closes #8546
This commit is contained in:
r-a-sattarov 2022-03-06 01:21:04 +03:00 committed by Daniel Stenberg
parent f9b212cc84
commit a9a8bad3ed
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -121,7 +121,7 @@
# define CURL_TYPEOF_CURL_SOCKLEN_T int
#elif defined(__LCC__)
# if defined(__e2k__) /* MCST eLbrus C Compiler */
# if defined(__MCST__) /* MCST eLbrus Compiler Collection */
# define CURL_TYPEOF_CURL_OFF_T long
# define CURL_FORMAT_CURL_OFF_T "ld"
# define CURL_FORMAT_CURL_OFF_TU "lu"