Difference for common/arch.c from version 1.31 to 1.32


version 1.31 version 1.32
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_arch_c =   * static char *rcsid_arch_c =
  *   "$Id: arch.c,v 1.31 2005/07/15 13:51:48 ryo_saeba Exp $";   *   "$Id: arch.c,v 1.32 2005/07/19 20:59:36 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 586
 
Line 586
 object *create_singularity(const char *name) {  object *create_singularity(const char *name) {
   object *op;    object *op;
   char buf[MAX_BUF];    char buf[MAX_BUF];
   sprintf(buf,"singluarity (%s)",name);    sprintf(buf,"%s (%s)",ARCH_SINGULARITY,name);
   op = get_object();    op = get_object();
   op->name = add_string(buf);    op->name = add_string(buf);
   op->name_pl = add_string(buf);    op->name_pl = add_string(buf);


Legend:
line(s) removed in v.1.31 
line(s) changed
 line(s) added in v.1.32

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:05