comparison src/pt-const.h @ 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 eef502bbdffa
comparison
equal deleted inserted replaced
93:0a3d698c6e60 94:c568ba9fc151
742 742
743 private: 743 private:
744 tree_constant_rep *rep; 744 tree_constant_rep *rep;
745 }; 745 };
746 746
747 /*
748 * Here are some extra functions that are related to the tree_constant
749 * class but that don't need to be class members or friends.
750 */
751
752 extern tree_constant *make_empties (int nargout, char *fcn_name);
753
747 #endif 754 #endif
748 755
749 /* 756 /*
750 ;;; Local Variables: *** 757 ;;; Local Variables: ***
751 ;;; mode: C++ *** 758 ;;; mode: C++ ***