comparison src/token.h @ 5164:57077d0ddc8e

[project @ 2005-02-25 19:55:24 by jwe]
author jwe
date Fri, 25 Feb 2005 19:55:28 +0000
parents 5719210fff4c
children 4c8a2e4e0717
comparison
equal deleted inserted replaced
5163:9f3299378193 5164:57077d0ddc8e
20 20
21 */ 21 */
22 22
23 #if !defined (octave_token_h) 23 #if !defined (octave_token_h)
24 #define octave_token_h 1 24 #define octave_token_h 1
25
26 #if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION)
27 #pragma interface
28 #endif
29 25
30 #include <string> 26 #include <string>
31 27
32 class symbol_record; 28 class symbol_record;
33 29