(* Copyright (C) 1990, Digital Equipment Corporation *) (* All rights reserved. *) (* See the file COPYRIGHT for a full description. *) MODULE M3AST_LX_Comment EXPORTS M3AST_LX_Comment, M3AST_LX; IMPORT M3AST_LX; REVEAL M3AST_LX.CommentStore = BRANDED OBJECT END; BEGIN END M3AST_LX_Comment.