version 1.21 | | version 1.22 |
---|
| | |
/* | | /* |
* static char *rcsid_commands_c = | | * static char *rcsid_commands_c = |
* "$Id: commands.c,v 1.21 2002/06/21 05:52:24 mwedel Exp $"; | | * "$Id: commands.c,v 1.22 2002/07/15 04:57:13 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
{"verify", command_malloc_verify,0.0}, | | {"verify", command_malloc_verify,0.0}, |
#endif | | #endif |
{"apply", command_apply, 1.0}, /* should be variable */ | | {"apply", command_apply, 1.0}, /* should be variable */ |
| | {"applymode", command_applymode, 1.0}, /* should be variable */ |
{"archs", command_archs, 0.0}, | | {"archs", command_archs, 0.0}, |
| | {"body", command_body, 0.0}, |
{"brace", command_brace, 0.0}, | | {"brace", command_brace, 0.0}, |
{"cast", command_cast, 0.2}, /* Is this right? */ | | {"cast", command_cast, 0.2}, /* Is this right? */ |
{"disarm", command_disarm, 1.0}, | | {"disarm", command_disarm, 1.0}, |