projects
/
graphviz
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97a5dc6
)
Make sure casting is a unary operation.
author
erg
<devnull@localhost>
Fri, 1 Aug 2008 19:33:37 +0000
(19:33 +0000)
committer
erg
<devnull@localhost>
Fri, 1 Aug 2008 19:33:37 +0000
(19:33 +0000)
lib/expr/exgram.h
patch
|
blob
|
history
diff --git
a/lib/expr/exgram.h
b/lib/expr/exgram.h
index ac82c752f30e9efe576cc9f12797061c1181f2df..7287f0dd31f761d034a64924102deead5d441b84 100644
(file)
--- a/
lib/expr/exgram.h
+++ b/
lib/expr/exgram.h
@@
-431,6
+431,7
@@
extern "C" {
type));
}
}
+ if (sym && (sym->lex == FUNCTION)) xref = NiL;
}
x = exnewnode(p, t2t, 0, type, x, xref);
} else