ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/src/Runtime.pm
(Generate patch)

Comparing COMP/SCRAM/src/Runtime.pm (file contents):
Revision 1.3 by williamc, Wed Nov 15 10:35:06 2000 UTC vs.
Revision 1.4 by sashby, Mon Oct 1 16:11:06 2001 UTC

# 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               }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines