staticize t_plan

git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@830 185d5e19-27fe-0310-9dcf-9bff6b9f3609
This commit is contained in:
Dag-Erling Smørgrav 2014-10-24 08:49:47 +00:00
parent e956efb61f
commit e6dc9378f7
3 changed files with 3 additions and 3 deletions

View File

@ -94,7 +94,7 @@ T_OC(pfcs)
* Boilerplate
*/
const struct t_test *t_plan[] = {
static const struct t_test *t_plan[] = {
T(t_oc_digit),
T(t_oc_xdigit),
T(t_oc_upper),

View File

@ -288,7 +288,7 @@ T_FUNC(unterminated_line, "unterminated line")
* Boilerplate
*/
const struct t_test *t_plan[] = {
static const struct t_test *t_plan[] = {
T(empty_input),
T(empty_line),
T(unterminated_empty_line),

View File

@ -947,7 +947,7 @@ T_FUNC(line_continuation_within_word, "line continuation within word")
* Boilerplate
*/
const struct t_test *t_plan[] = {
static const struct t_test *t_plan[] = {
T(empty_input),
T(empty_line),
T(unterminated_line),