Revision: 50645
http://brlcad.svn.sourceforge.net/brlcad/?rev=50645&view=rev
Author: starseeker
Date: 2012-05-23 20:56:28 +0000 (Wed, 23 May 2012)
Log Message:
-----------
Add _T suffix to SIZEOF vars
Modified Paths:
--------------
brlcad/trunk/misc/CMake/BRLCAD_CheckFunctions.cmake
Modified: brlcad/trunk/misc/CMake/BRLCAD_CheckFunctions.cmake
===================================================================
--- brlcad/trunk/misc/CMake/BRLCAD_CheckFunctions.cmake 2012-05-23 20:48:41 UTC
(rev 50644)
+++ brlcad/trunk/misc/CMake/BRLCAD_CheckFunctions.cmake 2012-05-23 20:56:28 UTC
(rev 50645)
@@ -112,7 +112,7 @@
set(CMAKE_EXTRA_INCLUDE_FILES)
if(CONFIG_H_FILE AND HAVE_${var}_T)
CONFIG_H_APPEND(BRLCAD "#define HAVE_${var}_T 1\n")
- CONFIG_H_APPEND(BRLCAD "#define SIZEOF_${var} ${HAVE_${var}_T}\n")
+ CONFIG_H_APPEND(BRLCAD "#define SIZEOF_${var}_T ${HAVE_${var}_T}\n")
endif(CONFIG_H_FILE AND HAVE_${var}_T)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS_TMP}")
endmacro(BRLCAD_TYPE_SIZE)
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits