comparison 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
comparison
equal deleted inserted replaced
2987:ae20b3f37f5e 2988:daa1ed1f5462
114 // The actual value that this constant refers to. 114 // The actual value that this constant refers to.
115 octave_value val; 115 octave_value val;
116 116
117 // The original text form of this constant. 117 // The original text form of this constant.
118 string orig_text; 118 string orig_text;
119
120 // No copying!
121
122 tree_constant (const tree_constant&);
123
124 tree_constant& operator = (const tree_constant&);
119 }; 125 };
120 126
121 #endif 127 #endif
122 128
123 /* 129 /*