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

This reverts commit 56c83c8a72.
This commit is contained in:
Jack Slater 2022-03-10 15:47:57 -08:00
parent 56c83c8a72
commit 5630e61ee4
1 changed files with 1 additions and 1 deletions

View File

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