languages/ada/adasupport.hpp
Go to the documentation of this file.00001 /* $Id: adasupport.hpp,v 1.1 2003/05/02 16:12:25 okellogg Exp $ 00002 */ 00003 #ifndef ADASUPPORT_H 00004 #define ADASUPPORT_H 00005 00006 #include <string> 00007 #include "AdaAST.hpp" 00008 00009 std::string text (const RefAdaAST& n); 00010 int txteq (RefAdaAST n1, RefAdaAST n2); 00011 00012 #endif 00013