Skip to content

Commit d8e0025

Browse files
Merge pull request #1834 from r-a-sattarov/master
contrib/curl: update ifdef condition for MCST-LCC compiler
2 parents c4265c5 + 31e3f5d commit d8e0025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/curl/include/curl/curlbuild.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@
288288
# define CURL_SIZEOF_CURL_SOCKLEN_T 4
289289

290290
#elif defined(__LCC__)
291-
# if defined(__e2k__) /* MCST eLbrus C Compiler */
291+
# if defined(__MCST__) /* MCST eLbrus Compiler Collection */
292292
# define CURL_SIZEOF_LONG 8
293293
# define CURL_TYPEOF_CURL_OFF_T long
294294
# define CURL_FORMAT_CURL_OFF_T "ld"

0 commit comments

Comments
 (0)