Difference for server/spell_util.c from version 1.101 to 1.102


version 1.101 version 1.102
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_spell_util_c =   * static char *rcsid_spell_util_c =
  *   "$Id: spell_util.c,v 1.101 2005/11/16 08:16:09 mwedel Exp $";   *   "$Id: spell_util.c,v 1.102 2005/12/05 23:34:04 akirschbaum Exp $";
  */   */
   
   
Line 88
 
Line 88
  * all the spells to catch simple errors.  To use it all the time   * all the spells to catch simple errors.  To use it all the time
  * will result in it spitting out messages that aren't really errors.   * will result in it spitting out messages that aren't really errors.
  */   */
 void init_spells() {  void init_spells(void) {
 #ifdef SPELL_DEBUG  #ifdef SPELL_DEBUG
     static int init_spells_done = 0;      static int init_spells_done = 0;
     int i;      int i;
Line 126
 
Line 126
  * not sure what this would be used for, as the data seems pretty   * not sure what this would be used for, as the data seems pretty
  * minimal, but easy enough to keep around.   * minimal, but easy enough to keep around.
  */   */
 void dump_spells()  void dump_spells(void)
 {  {
     archetype *at;      archetype *at;
   


Legend:
line(s) removed in v.1.101 
line(s) changed
 line(s) added in v.1.102

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