comparison src/token.h @ 7899:d56511a02884

token.h: Omit "class symbol_table::symbol_record" decl
author John W. Eaton <jwe@octave.org>
date Thu, 26 Jun 2008 16:06:14 -0400
parents 745a8299c2b5
children eb63fbe60fab
comparison
equal deleted inserted replaced
7898:cce16b4e0970 7899:d56511a02884
23 23
24 #if !defined (octave_token_h) 24 #if !defined (octave_token_h)
25 #define octave_token_h 1 25 #define octave_token_h 1
26 26
27 #include <string> 27 #include <string>
28
29 class symbol_table::symbol_record;
30 28
31 class 29 class
32 token 30 token
33 { 31 {
34 public: 32 public: