m3tk/src/gast/AST_LAST.i3


Copyright (C) 1994, Digital Equipment Corp.

INTERFACE AST_LAST;
easy identification of last interface to subtype AST.NODE

IMPORT AST_DisplayRep;

TYPE NODE = AST_DisplayRep.NODE;

END AST_LAST.