changeset 94:c568ba9fc151

[project @ 1993-09-13 02:45:55 by jwe]
author jwe
date Mon, 13 Sep 1993 02:45:55 +0000
parents 0a3d698c6e60
children e7c8e76a3224
files src/pt-const.h
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/pt-const.h
+++ b/src/pt-const.h
@@ -744,6 +744,13 @@
   tree_constant_rep *rep;
 };
 
+/*
+ * Here are some extra functions that are related to the tree_constant
+ * class but that don't need to be class members or friends.
+ */
+
+extern tree_constant *make_empties (int nargout, char *fcn_name);
+
 #endif
 
 /*