Fix syntax error
This commit is contained in:
parent
ffe5ae8914
commit
e960f0d764
@ -304,7 +304,7 @@ inline int ctruep(cfma f) {
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
inline int truep(fma *f) {
|
int truep(fma *f) {
|
||||||
fmalist *fs;
|
fmalist *fs;
|
||||||
switch(f->t) {
|
switch(f->t) {
|
||||||
case natom: return (onelits[f->a] != 1);
|
case natom: return (onelits[f->a] != 1);
|
||||||
|
Loading…
Reference in New Issue
Block a user