gravatar
ladanyi@tmit.bme.hu
ladanyi@tmit.bme.hu
Fix the check for the 'long long' type
0 1 0
default
1 file changed with 2 insertions and 1 deletions:
↑ Collapse diff ↑
Ignore white space 4 line context
... ...
@@ -19,5 +19,6 @@
19 19

	
20 20
INCLUDE(CheckTypeSize)
21
CHECK_TYPE_SIZE("long long" LEMON_LONG_LONG)
21
CHECK_TYPE_SIZE("long long" LONG_LONG)
22
SET(LEMON_HAVE_LONG_LONG ${HAVE_LONG_LONG})
22 23

	
23 24
ENABLE_TESTING()
0 comments (0 inline)