message(STATUS"Your compiler (${CMAKE_C_COMPILER}) has no gnu11 support. If you are using clang on Apple OS X, please switch to gcc (version > 4.7) which is compliant with the C11 standard.")
message(STATUS"Your compiler (${CMAKE_C_COMPILER}) has no gnu11 support.")
message(STATUS"If you are using clang on Apple OS X, please switch to gcc (version > 4.7) which is compliant with the C11 standard.")
message(STATUS"If you are using MinGW or compile under MS Windows, the code could compile, but without any warranty and without any support!")
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY"checkit-tiff is a policy-oriented conformance checker for baseline TIFFs")
set(CPACK_PACKAGE_DESCRIPTION"checkit-tiff is a conformance checker for baseline TIFFs (with various extensions). It works in different way than other tools. Instead to use a hardcoded rule set with predefined values, you are able to define tags and corresponding values more fine granulary. The rulesets are human readable and could be adapted to own needs.")
#Debianrelated
#set(CPACK_DEBIAN_PACKAGE_DEPENDS"libc (>= 6.0)")
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY"checkit_tiff is a policy-oriented conformance checker for baseline TIFFs")
fprintf(stderr,"stackoverflow in "#SPACE_P"->"#NAME"_stack at lineno=%i, only %i results could be stored, increase MAXRESULT\n",parser_state.lineno,MAXRESULT);\
fprintf(stderr,"stackoverflow in "#SPACE_P"->"#NAME"_stack at lineno=%i, only %u results could be stored, increase MAXRESULT\n",parser_state.lineno,MAXRESULT);\
exit(EXIT_FAILURE);\
}
//endmacroCHECKUNDERFLOW
#define CHECKOVERFLOW(SPACE_P, NAME) \
if(((SPACE_P)->NAME##_stackp)>=MAXRESULT){\
fprintf(stderr,"stackoverflow in "#SPACE_P"->"#NAME"_stack at lineno=%i, only %i results could be stored, increase MAXRESULT\n",parser_state.lineno,MAXRESULT);\
fprintf(stderr,"stackoverflow in "#SPACE_P"->"#NAME"_stack at lineno=%i, only %u results could be stored, increase MAXRESULT\n",parser_state.lineno,MAXRESULT);\