mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 00:22:51 -06:00
Revert "when linearizing missing functions with brackets, the name of the function should still be reported"
This reverts commit 18204bdd25bd460904ac475f3ea340daa96589df.
This commit is contained in:
@@ -18,7 +18,6 @@ typedef enum {
|
||||
PGF_CNC_TREE_APP,
|
||||
PGF_CNC_TREE_CHUNKS,
|
||||
PGF_CNC_TREE_LIT,
|
||||
PGF_CNC_TREE_LINDEF
|
||||
} PgfCncTreeTag;
|
||||
|
||||
typedef struct {
|
||||
@@ -51,19 +50,6 @@ typedef struct {
|
||||
PgfLiteral lit;
|
||||
} PgfCncTreeLit;
|
||||
|
||||
typedef struct {
|
||||
PgfCId abs_id;
|
||||
|
||||
PgfCCat* ccat;
|
||||
PgfCncFun* fun;
|
||||
int fid;
|
||||
|
||||
size_t n_vars;
|
||||
PgfPrintContext* context;
|
||||
|
||||
GuString str;
|
||||
} PgfCncTreeLinDef;
|
||||
|
||||
#endif
|
||||
|
||||
/// An enumeration of #PgfCncTree trees.
|
||||
|
||||
Reference in New Issue
Block a user