version 1.101 | | version 1.102 |
---|
| | |
/* | | /* |
* 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 $"; |
*/ | | */ |
| | |
| | |
| | |
* 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; |
| | |
* 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; |
| | |