diff src/pt-const.h @ 2988:daa1ed1f5462

[project @ 1997-05-16 07:23:15 by jwe]
author jwe
date Fri, 16 May 1997 07:23:17 +0000
parents cd5ad3fd8049
children 6a7b578b6fb4
line wrap: on
line diff
--- a/src/pt-const.h	Fri May 16 07:05:49 1997 +0000
+++ b/src/pt-const.h	Fri May 16 07:23:17 1997 +0000
@@ -116,6 +116,12 @@
 
   // The original text form of this constant.
   string orig_text;
+
+  // No copying!
+
+  tree_constant (const tree_constant&);
+
+  tree_constant& operator = (const tree_constant&);
 };
 
 #endif