diff src/token.cc @ 7336:745a8299c2b5

[project @ 2007-12-28 20:56:55 by jwe]
author jwe
date Fri, 28 Dec 2007 20:56:58 +0000
parents a1dbe9d80eee
children d9b25c5b8ee5
line wrap: on
line diff
--- a/src/token.cc
+++ b/src/token.cc
@@ -73,7 +73,7 @@
   pt = t;
 }
 
-token::token (symbol_record *s, int l, int c)
+token::token (symbol_table::symbol_record *s, int l, int c)
 {
   line_num = l;
   column_num = c;
@@ -115,7 +115,7 @@
   return pt;
 }
 
-symbol_record *
+symbol_table::symbol_record *
 token::sym_rec (void)
 {
   assert (type_tag == sym_rec_token);