PRIVATE: more code
This commit is contained in:
parent
942addd3a1
commit
89f95256e7
5 changed files with 188 additions and 109 deletions
|
@ -162,6 +162,7 @@ int eval() {
|
|||
} else if (d.u.sym->type == STRING) {
|
||||
d.type = STRING;
|
||||
d.u.str = d.u.sym->u.str;
|
||||
debug("eval returned %s", d.u.str );
|
||||
} else if (d.u.sym->type == RECT) {
|
||||
d.type = RECT;
|
||||
d.u.rect = d.u.sym->u.rect;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue