mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 13:09:33 -06:00
Remove int tag from ExprLitObject
This commit is contained in:
@@ -23,8 +23,7 @@ typedef struct {
|
||||
|
||||
typedef struct {
|
||||
PyObject_HEAD
|
||||
int type; // 0 = int, 1 = float, 2 = str
|
||||
PyObject *value; // depends on type
|
||||
PyObject *value;
|
||||
} ExprLitObject;
|
||||
|
||||
extern PyTypeObject pgf_ExprType;
|
||||
|
||||
Reference in New Issue
Block a user