comparison src/pt-binop.h @ 5105:e35b034d3523

[project @ 2004-12-28 03:36:13 by jwe]
author jwe
date Tue, 28 Dec 2004 03:36:14 +0000
parents 7cd865a8c815
children 4c8a2e4e0717
comparison
equal deleted inserted replaced
5104:b77227b1d8a8 5105:e35b034d3523
20 20
21 */ 21 */
22 22
23 #if !defined (octave_tree_binop_h) 23 #if !defined (octave_tree_binop_h)
24 #define octave_tree_binop_h 1 24 #define octave_tree_binop_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 tree_walker; 28 class tree_walker;
33 29