code/curl: update ifdef condition for MCST-LCC compiler

in mcst-lcc compiler => 1.25 added a new macro definition to determine compiler
This commit is contained in:
r-a-sattarov 2022-03-08 19:28:35 +03:00 committed by Ryan C. Gordon
parent 99b66faa02
commit 56c83c8a72

View file

@ -288,7 +288,7 @@
# define CURL_SIZEOF_CURL_SOCKLEN_T 4
#elif defined(__LCC__)
# if defined(__e2k__) /* MCST eLbrus C Compiler */
# if defined(__MCST__) /* MCST eLbrus Compiler Collection */
# define CURL_SIZEOF_LONG 8
# define CURL_TYPEOF_CURL_OFF_T long
# define CURL_FORMAT_CURL_OFF_T "ld"