/* Copyright (C) 1992, Digital Equipment Corporation */ /* All rights reserved. */ /* See the file COPYRIGHT for a full description. */ /* Last modified on Fri Sep 11 18:25:40 PDT 1992 by rustan */ /* modified on Thu Mar 19 17:51:14 PST 1992 by muller */ #include "M3Runtime.h" /*------------------------------------------------------------------------*/ _LOCAL_PROC void _init_ () { }; _EXPORT _LINK_INFO _I_M3_BUILTIN = { _init_, 0 };