X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fcontrol%2Fdo-if.c;h=4837366643f271fe0961f09f710fa8a468013a16;hb=8eac4df36306cd357bba29ffbfaddc537fc0be47;hp=b39f67e500459b8ccd84d1b3fc0b70d45a71436b;hpb=e40c90b1b6dbd03ce58046ada7f4ddb5a6b4b354;p=pspp-builds.git diff --git a/src/language/control/do-if.c b/src/language/control/do-if.c index b39f67e5..48373666 100644 --- a/src/language/control/do-if.c +++ b/src/language/control/do-if.c @@ -80,7 +80,7 @@ struct do_if_trns int past_END_IF_index; /* Transformation just past last clause. */ }; -static struct ctl_class do_if_class; +static const struct ctl_class do_if_class; static int parse_clause (struct do_if_trns *); static void add_clause (struct do_if_trns *, @@ -285,7 +285,7 @@ break_trns_proc (void *do_if_, struct ccase *c UNUSED, casenum_t case_num UNUSED } /* DO IF control structure class definition. */ -static struct ctl_class do_if_class = +static const struct ctl_class do_if_class = { "DO IF", "END IF",