This commit is contained in:
John Wiegley 2007-06-16 09:36:17 +00:00
parent b73b3e0fd8
commit 8e32776417

View file

@ -36,8 +36,8 @@
* *
* @brief Abstract dynamic type representing various numeric types. * @brief Abstract dynamic type representing various numeric types.
* *
* A value_t object can be one of many types, and can also change its * A value_t object can be one of many types, and can change its type
* type dynamically based on how it is used. * dynamically based on how it is used.
*/ */
#ifndef _VALUE_H #ifndef _VALUE_H
#define _VALUE_H #define _VALUE_H