Skip to content

Commit

Permalink
Merge f5be12e into 6bde13a
Browse files Browse the repository at this point in the history
  • Loading branch information
alllexx88 committed Aug 13, 2017
2 parents 6bde13a + f5be12e commit e6760f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/curl/system.h
Expand Up @@ -426,7 +426,7 @@

#elif defined(__GNUC__)
# if !defined(__LP64__) && (defined(__ILP32__) || \
defined(__i386__) || defined(__ppc__) || defined(__arm__) || \
defined(__i386__) || defined(__powerpc__) || defined(__arm__) || \
defined(__sparc__) || defined(__mips__) || defined(__sh__) || \
defined(__XTENSA__) || (defined(__SIZEOF_LONG__) && __SIZEOF_LONG__ == 4))
# define CURL_SIZEOF_LONG 4
Expand Down

0 comments on commit e6760f7

Please sign in to comment.