Mercurial > hg > octave-lyh
diff 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 |
line wrap: on
line diff
--- a/src/pt-check.h +++ b/src/pt-check.h @@ -23,10 +23,6 @@ #if !defined (octave_tree_checker_h) #define octave_tree_checker_h 1 -#if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) -#pragma interface -#endif - #include "pt-walk.h" // How to check the semantics of the code that the parse trees represent.