Fix a problem with GDB printers

Signed-off-by: Gavin D. Howard <gavin@yzena.com>
master
Gavin D. Howard 2 months ago
parent 95c1f7e88b
commit 1618e3c9f0
Signed by: gavin
GPG Key ID: F890265DD80E4E90

@ -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,

Loading…
Cancel
Save