(* Copyright (C) 1992, Digital Equipment Corporation *) (* All rights reserved. *) (* See the file COPYRIGHT for a full description. *) (* File: Constant.i3 *) (* Last Modified On Wed Apr 15 09:56:14 PDT 1992 By kalsow *) (* Modified On Thu Dec 13 01:35:56 1990 By muller *) INTERFACE Constant; IMPORT Expr, Token, Decl; PROCEDURE ParseDecl (READONLY fail: Token.Set; att: Decl.Attributes); PROCEDURE Declare (name: TEXT; value: Expr.T; reserved: BOOLEAN); PROCEDURE DeclareAllStructuredConstants (); (* This procedure is needed to catch all the indirectly imported constants that otherwise might slip by. *) PROCEDURE Reset (); END Constant.