Skip to content

Commit

Permalink
refactor code
Browse files Browse the repository at this point in the history
  • Loading branch information
zzusoftboy committed Feb 26, 2018
1 parent 900108d commit b73fed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/zapi/ProcessorDetection.h
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@
// Define ZAPI_PROCESSOR_WORDSIZE to be the size of the machine's word (usually,
// the size of the register). On some architectures where a pointer could be
// smaller than the register, the macro is defined above.
// Falls back to QT_POINTER_SIZE if not set explicitly for the platform.
// Falls back to PDK_POINTER_SIZE if not set explicitly for the platform.
#ifndef ZAPI_PROCESSOR_WORDSIZE
# define ZAPI_PROCESSOR_WORDSIZE ZAPI_POINTER_SIZE
#endif
Expand Down

0 comments on commit b73fed9

Please sign in to comment.