diff src/pt-id.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 1aeb8869e464
line wrap: on
line diff
--- a/src/pt-id.h	Fri May 16 07:05:49 1997 +0000
+++ b/src/pt-id.h	Fri May 16 07:23:17 1997 +0000
@@ -93,6 +93,12 @@
 
   // The symbol record that this identifier references.
   symbol_record *sym;
+
+  // No copying!
+
+  tree_identifier (const tree_identifier&);
+
+  tree_identifier& operator = (const tree_identifier&);
 };
 
 #endif