Skip to content

Commit

Permalink
curl/system.h: GCC doesn't define __ppc__ on PowerPC, but defines __p…
Browse files Browse the repository at this point in the history
…owerpc__ instead
  • Loading branch information
alllexx88 committed Aug 13, 2017
1 parent 6bde13a commit f5be12e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/curl/system.h
Original file line number Diff line number Diff line change
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 f5be12e

Please sign in to comment.