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

[project @ 2004-12-28 03:36:13 by jwe]
author jwe
date Tue, 28 Dec 2004 03:36:14 +0000
parents b04b30d30c66
children 4c8a2e4e0717
comparison
equal deleted inserted replaced
5104:b77227b1d8a8 5105:e35b034d3523
20 20
21 */ 21 */
22 22
23 #if !defined (octave_tree_checker_h) 23 #if !defined (octave_tree_checker_h)
24 #define octave_tree_checker_h 1 24 #define octave_tree_checker_h 1
25
26 #if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION)
27 #pragma interface
28 #endif
29 25
30 #include "pt-walk.h" 26 #include "pt-walk.h"
31 27
32 // How to check the semantics of the code that the parse trees represent. 28 // How to check the semantics of the code that the parse trees represent.
33 29