Skip to content
Snippets Groups Projects
Commit e1c09c1c authored by Oliver Sander's avatar Oliver Sander
Browse files

Make it explicit that the struct FULLREFRULE is an environment variable, by...

Make it explicit that the struct FULLREFRULE is an environment variable, by having ENVVAR as its first member

[[Imported from SVN: r8292]]
parent 31b34b05
No related branches found
No related tags found
No related merge requests found
......@@ -282,11 +282,8 @@ enum {HEXA_COPY = 1,
typedef INT (*FULLREFRULEPTR)(ELEMENT *);
typedef struct {
INT type; /* one of the variable types above */
INT locked; /* may not be changed or deleted */
union envitem *next;
union envitem *previous; /* double linked list of environment items */
char name[NS_PREFIX NAMESIZE]; /* name of that item (view) */
/** \brief Fields for environment list variable */
NS_PREFIX ENVVAR v;
/* full ref rule spezific stuff */
FULLREFRULEPTR theFullRefRule; /* the best full refrule */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment