version 1.32 | version 1.33 | |||
---|---|---|---|---|
|
| |||
/* | /* | |||
* static char *rcsid_arch_c = | * static char *rcsid_arch_c = | |||
* "$Id: arch.c,v 1.32 2005/07/19 20:59:36 ryo_saeba Exp $"; | * "$Id: arch.c,v 1.33 2005/10/07 17:54:48 akirschbaum Exp $"; | |||
*/ | */ | |||
/* | /* | |||
|
| |||
* member: make instance from class | * member: make instance from class | |||
*/ | */ | |||
object *ObjectCreateArch (archetype * at) | object *object_create_arch (archetype * at) | |||
{ | { | |||
object *op, *prev = NULL, *head = NULL; | object *op, *prev = NULL, *head = NULL; | |||
Legend:
|