Fix comment
This commit is contained in:
parent
50423a779e
commit
fdcd197352
|
@ -1,9 +1,9 @@
|
||||||
#
|
#
|
||||||
# Check if the type exists and determine size of type. if the type
|
# Check if the function exists.
|
||||||
# exists, the size will be stored to the variable.
|
|
||||||
#
|
#
|
||||||
# CHECK_TYPE_SIZE - macro which checks the size of type
|
# CHECK_FUNCTION_EXISTS - macro which checks if the function exists
|
||||||
# VARIABLE - variable to store size if the type exists.
|
# FUNCTION - the name of the function
|
||||||
|
# VARIABLE - variable to store the result
|
||||||
#
|
#
|
||||||
|
|
||||||
MACRO(CHECK_FUNCTION_EXISTS FUNCTION VARIABLE)
|
MACRO(CHECK_FUNCTION_EXISTS FUNCTION VARIABLE)
|
||||||
|
|
Loading…
Reference in New Issue