diff -c3 -r -w angband-281.orig/src/init1.c angband-281/src/init1.c *** angband-281.orig/src/init1.c Mon Mar 3 22:23:07 1997 --- angband-281/src/init1.c Mon Jun 23 09:13:30 1997 *************** *** 365,371 **** /* * Object flags */ ! static cptr k_info_flags1[] = { "STR", "INT", --- 365,371 ---- /* * Object flags */ ! cptr k_info_flags1[] = { "STR", "INT", *************** *** 404,410 **** /* * Object flags */ ! static cptr k_info_flags2[] = { "SUST_STR", "SUST_INT", --- 404,410 ---- /* * Object flags */ ! cptr k_info_flags2[] = { "SUST_STR", "SUST_INT", *************** *** 443,449 **** /* * Object flags */ ! static cptr k_info_flags3[] = { "XXX1", "XXX2", --- 443,449 ---- /* * Object flags */ ! cptr k_info_flags3[] = { "XXX1", "XXX2", diff -c3 -r -w angband-281.orig/src/init2.c angband-281/src/init2.c *** angband-281.orig/src/init2.c Mon Mar 3 22:23:39 1997 --- angband-281/src/init2.c Mon Jun 23 09:13:33 1997 *************** *** 561,567 **** * Note that we let each entry have a unique "name" and "text" string, * even if the string happens to be empty (everyone has a unique '\0'). */ ! static errr init_k_info(void) { int fd; --- 561,567 ---- * Note that we let each entry have a unique "name" and "text" string, * even if the string happens to be empty (everyone has a unique '\0'). */ ! errr init_k_info(void) { int fd; *************** *** 814,820 **** * Note that we let each entry have a unique "name" and "text" string, * even if the string happens to be empty (everyone has a unique '\0'). */ ! static errr init_a_info(void) { int fd; --- 814,820 ---- * Note that we let each entry have a unique "name" and "text" string, * even if the string happens to be empty (everyone has a unique '\0'). */ ! errr init_a_info(void) { int fd;