diff src/token.h @ 1288:4acabfbdd381

[project @ 1995-04-28 20:23:04 by jwe]
author jwe
date Fri, 28 Apr 1995 20:31:13 +0000
parents dfe01093f657
children 12ecc2ecf0e3
line wrap: on
line diff
--- a/src/token.h
+++ b/src/token.h
@@ -78,6 +78,9 @@
   char *text_rep (void);
 
 private:
+  token (const token& tok);
+  token& operator = (const token& tok);
+
   int line_num;
   int column_num;
   token_type type_tag;