changeset 48:4840b0a09436

[project @ 1993-08-10 23:13:00 by jwe]
author jwe
date Tue, 10 Aug 1993 23:15:12 +0000
parents ed620db95182
children 445ea777560a
files src/syl.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/syl.cc
+++ b/src/syl.cc
@@ -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);