We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2bc4bc commit 802f424Copy full SHA for 802f424
include/express/variable.h
@@ -76,7 +76,7 @@ typedef struct Variable_ * Variable;
76
/***************************/
77
78
struct Variable_ {
79
- Expression name; /**< Symbol is inside of 'name' below */
+ Expression name; /**< Symbol is inside of 'name' */
80
Type type;
81
Expression initializer; /**< or 'derived' */
82
int offset;
@@ -90,7 +90,6 @@ struct Variable_ {
90
unsigned int attribute : 1; /**< is an attribute (rule parameters are marked this way, too) */
91
} flags;
92
93
-#define query_symbol inverse_symbol
94
Symbol * inverse_symbol; /**< entity symbol */
95
Variable inverse_attribute; /**< attribute related by inverse relationship */
96
};
0 commit comments