mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
Revert "code/curl: update ifdef condition for MCST-LCC compiler"
This reverts commit 56c83c8a72
.
This commit is contained in:
parent
56c83c8a72
commit
5630e61ee4
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue