summaryrefslogtreecommitdiff
path: root/scripts/prepare-commit.sh
diff options
context:
space:
mode:
authorStephan Mühlstrasser <stephan.muehlstrasser@web.de>2016-07-25 20:46:11 +0200
committerStephan Mühlstrasser <stephan.muehlstrasser@web.de>2016-07-25 20:46:11 +0200
commitd2d35bf6c2119cd39a298f57b03bf9e17d36946b (patch)
tree0a3ba0ef31b89f7c572ab55c676b7ef0df15bcb9 /scripts/prepare-commit.sh
parentb8bd1b0e07cf427b80eb0dc6823efebbdd1b8e5b (diff)
Create separate type for bit-fields.
The definition of bit-fields with type OPJ_UINT32 caused complilation errors on IBM iSeries, because OPJ_UINT32 is defined as uint32_t, and uint32_t is defined as unsigned long in <stdint.h>. The definition of bit-fields with an integer type of a specific size doesn't make sense anyway.
Diffstat (limited to 'scripts/prepare-commit.sh')
0 files changed, 0 insertions, 0 deletions