# HG changeset patch # User jwe # Date 745024512 0 # Node ID 4840b0a0943619349eb1129f7959b97840308f13 # Parent ed620db9518208a3233077ae154bb095146e7cc9 [project @ 1993-08-10 23:13:00 by jwe] diff -r ed620db95182 -r 4840b0a09436 src/syl.cc --- a/src/syl.cc Tue Aug 10 23:08:11 1993 +0000 +++ b/src/syl.cc Tue Aug 10 23:15:12 1993 +0000 @@ -52,7 +52,7 @@ // Local function: check for empty matrix arguments. Probably should make // this available elsewhere, since tc-xxx functions do this a lot. -static inline int +int empty_arg (tree_constant& arg) { return (arg.rows () == 0 || arg.columns () == 0);