/* Generated with C2C (Cedar To C)*/ /* Copyright (C) 1992 by Xerox Corporation. All rights reserved. */ /* time: July 20, 1992 4:22:49 pm PDT */ /* C2C version: October 16, 1990 (native) */ /* ref-counting: off */ /* file: StartCedarPreBasics, module: StartCedarPreBasics */ /* switches: bcfhklnouw */ #include <cedar/InstallationSupport.h> #include <cedar/CedarExtra.h> static char versionStamp[] = "@(#)mob←version [11281512,2429960761] StartCedarPreBasics"; typedef unsigned word, *ptr; typedef unsigned char byte, *bPt; typedef unsigned short half, *hPt; #define SOURCE(p, l) /* source p, l */ static void NoName←Q60(); static void StartCedarPreBasics←P0(); static struct {unsigned f; char r[16];} string1 = {851984, "\257\300\000\254\044\150\300\220\326\102\071\100\150\000\000"}; static struct { word f0[4]; word f4; word f5; } globalframe = { {0}, (word) StartCedarPreBasics←P0, 0 }; static void NoName←Q60() { register ptr gf←c04 = (ptr) &globalframe; (void) XR←DeclareGlobalFrame((word) "StartCedarPreBasics", &globalframe, (word) XR←GetTypeIndexS((word) (&string1)), (word) ( ( (bPt) gf←c04)+16)/* var←c2452 */ ); } static void StartCedarPreBasics←P0(formal←c03, formal←c02) word formal←c03; word formal←c02; { /* StartCedarPreBasics: */ SOURCE(1, 149) SOURCE(136, 14) (void) XR←run←CedarPreBasicsOther(); } /* file: StartCedarPreBasics, module: StartCedarPreBasics, compiled at: July 20, 1992 4:22:49 pm PDT */ extern void XR←install←StartCedarPreBasics() { NoName←Q60(); } extern void XR←run←StartCedarPreBasics() { XR←Start(&globalframe); }