# | Line 222 | Line 222 | sub Runtime_start { | |
---|---|---|
222 | " type for ".$$hashref{'name'}); | |
223 | } | |
224 | $self->{'vartype'}{$$hashref{'name'}}=$$hashref{'type'}; | |
225 | < | if ( defined $self->{validtypes}{$$hashref{'type'}} ) { |
225 | > | if ( ! defined $self->{validtypes}{$$hashref{'type'}} ) { |
226 | $self->{switch}->parseerror( | |
227 | "Unknown type ".$$hashref{'type'}); | |
228 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |