Reorder members of struct castr to make nsc.c easier to read

This commit is contained in:
Markus Armbruster 2008-03-04 20:27:26 +01:00
parent bc0ced464b
commit 38047a62f7
3 changed files with 442 additions and 446 deletions

View file

@ -345,7 +345,7 @@ static int
xdver(int meta)
{
static struct castr vers_ca = {
NSC_STRINGY, 0, sizeof(PACKAGE_STRING), 0, "version", EF_BAD
"version", 0, NSC_STRINGY, sizeof(PACKAGE_STRING), EF_BAD, 0
};
struct keymatch *kp;
char *sep;