Program Listing for File fixupUseAndUsingDeclarations.h#
↰ Return to documentation for file (src/frontend/SageIII/astPostProcessing/fixupUseAndUsingDeclarations.h)
#ifndef FIXUP_FORTRAN_USE_DECLARATIONS_H
#define FIXUP_FORTRAN_USE_DECLARATIONS_H
// DQ (9/26/2008):
void
fixupFortranUseDeclarations ( SgNode* node );
class FixupFortranUseDeclarations : public AstSimpleProcessing
{
public:
void visit ( SgNode* node );
};
// endif for FIXUP_FORTRAN_USE_DECLARATIONS_H
#endif