Mercurial > hg > octave-lojdl
comparison 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 |
comparison
equal
deleted
inserted
replaced
2987:ae20b3f37f5e | 2988:daa1ed1f5462 |
---|---|
91 | 91 |
92 private: | 92 private: |
93 | 93 |
94 // The symbol record that this identifier references. | 94 // The symbol record that this identifier references. |
95 symbol_record *sym; | 95 symbol_record *sym; |
96 | |
97 // No copying! | |
98 | |
99 tree_identifier (const tree_identifier&); | |
100 | |
101 tree_identifier& operator = (const tree_identifier&); | |
96 }; | 102 }; |
97 | 103 |
98 #endif | 104 #endif |
99 | 105 |
100 /* | 106 /* |