Esempio n. 1
0
globle void EnvSetDefclassPPForm(
  void *theEnv,
  void *theClass,
  char *thePPForm)
  {
   SetConstructPPForm(theEnv,(struct constructHeader *) theClass,thePPForm);
  }
Esempio n. 2
0
globle void EnvSetDeffunctionPPForm(
  void *theEnv,
  void *theDeffunction,
  const char *thePPForm)
  {
   SetConstructPPForm(theEnv,(struct constructHeader *) theDeffunction,thePPForm);
  }