Signed-off-by: Gavin D. Howard <gavin@yzena.com>
@ -107,7 +107,7 @@ typedef y_lang_TokenInt y_GamlInt;
/**
* The types that a GAML item can be.
*/
typedef enum
typedef enum y_GamlType
{
/// A NULL item.
y_GAML_NIL,