# HG changeset patch # User jwe # Date 747888355 0 # Node ID c568ba9fc151820265ae11f90ab283f8c85795ab # Parent 0a3d698c6e6094abc39a7fb43a8646091b721823 [project @ 1993-09-13 02:45:55 by jwe] diff -r 0a3d698c6e60 -r c568ba9fc151 src/pt-const.h --- a/src/pt-const.h Mon Sep 13 02:29:54 1993 +0000 +++ b/src/pt-const.h Mon Sep 13 02:45:55 1993 +0000 @@ -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 /*