Difference for common/living.c from version 1.48 to 1.49


version 1.48 version 1.49
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_living_c =   * static char *rcsid_living_c =
  *   "$Id: living.c,v 1.48 2003/03/08 05:35:32 mwedel Exp $";   *   "$Id: living.c,v 1.49 2003/03/09 00:44:11 mwedel Exp $";
  */   */
   
 /*  /*
Line 1663
 
Line 1663
 void add_exp(object *op, int exp) {  void add_exp(object *op, int exp) {
   
 #ifdef EXP_DEBUG  #ifdef EXP_DEBUG
     LOG(llevDebug,"add_exp() called for %s, exp = %d\n",query_name(op),exp);       LOG(llevDebug,"add_exp() called for %s, exp = %lld\n",query_name(op),exp);
 #endif  #endif
   
     /* safety */      /* safety */


Legend:
line(s) removed in v.1.48 
line(s) changed
 line(s) added in v.1.49

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