(* Copyright (C) 1992, Digital Equipment Corporation *) (* All rights reserved. *) (* See the file COPYRIGHT for a full description. *) (* File: Reff.m3 *) (* Last Modified On Mon Mar 2 10:35:54 PST 1992 By kalsow *) (* Modified On Thu Nov 2 21:29:23 1989 By muller *) MODULE Reff; IMPORT RefType, Tipe, String, TextExpr; PROCEDURE Initialize () = BEGIN T := RefType.New (NIL, TRUE, TextExpr.New (String.Add ("$refany$"))); Tipe.Define ("REFANY", T, TRUE); END Initialize; BEGIN END Reff.