Minor changes of the api of this module. FILE* argument added
[egate.git] / ccl / cclsh.c
index 1e7e976..5d2eff3 100644 (file)
@@ -2,7 +2,11 @@
  * Europagate 1995
  *
  * $Log: cclsh.c,v $
- * Revision 1.6  1995/02/14 19:55:13  adam
+ * Revision 1.7  1995/02/15 17:42:16  adam
+ * Minor changes of the api of this module. FILE* argument added
+ * to ccl_pr_tree.
+ *
+ * Revision 1.6  1995/02/14  19:55:13  adam
  * Header files ccl.h/cclp.h are gone! They have been merged an
  * moved to ../include/ccl.h.
  * Node kind(s) in ccl_rpn_node have changed names.
@@ -103,7 +107,7 @@ int main (int argc, char **argv)
         else
         {
             assert (rpn);
-            ccl_pr_tree (rpn);
+            ccl_pr_tree (rpn, stdout);
             putchar ('\n');
         }
     }