Difference for common/object.c from version 1.19 to 1.20


version 1.19 version 1.20
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_object_c =   * static char *rcsid_object_c =
  *   "$Id: object.c,v 1.19 2001/04/06 00:44:50 michtoen Exp $";   *   "$Id: object.c,v 1.20 2001/04/06 19:07:43 michtoen Exp $";
  */   */
   
 /*  /*
Line 30
 
Line 30
    sub/add_weight will transcend the environment updating the carrying     sub/add_weight will transcend the environment updating the carrying
    variable. */     variable. */
 #include <global.h>  #include <global.h>
 #ifndef WIN32 // ---win32 exclude headers  #ifndef WIN32 /* ---win32 exclude headers */
 #include <stdio.h>  #include <stdio.h>
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/uio.h>  #include <sys/uio.h>
 #endif // win32  #endif /* win32 */
 #include <object.h>  #include <object.h>
 #include <funcpoint.h>  #include <funcpoint.h>
 #include <skills.h>   #include <skills.h>


Legend:
line(s) removed in v.1.19 
line(s) changed
 line(s) added in v.1.20

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