File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -76,10 +76,11 @@ typedef struct Variable_ * Variable;
7676/***************************/
7777
7878struct Variable_ {
79- Expression name ; /**< Symbol is inside of 'name' */
79+ Expression name ; /**< Symbol is inside of 'name' */
8080 Type type ;
8181 Expression initializer ; /**< or 'derived' */
82- int offset ; /**< used for attr order in Entitys, and for decl order in LOCAL vars. these two uses should never conflict! */
82+ int offset ; /**< used for attr order in Entitys, and for decl order in LOCAL vars. these two uses should never conflict! */
83+ int idx ; /**< used in exp2cxx to simplify calculation of attrDescriptor names in generated code */
8384
8485 struct {
8586 unsigned int optional : 1 ; /**< OPTIONAL keyword */
You can’t perform that action at this time.
0 commit comments