fix some missing ;s

This commit is contained in:
Bill Currie 2002-05-30 21:18:58 +00:00
parent 4e67f8d155
commit 3c7fb6a312

View file

@ -906,6 +906,7 @@ new_class_name
}
current_class = $$;
}
;
class_with_super
: class_name ':' class_name
@ -960,6 +961,7 @@ protocol_name
$$ = get_protocol ($1, 1);
}
}
;
classdef
: INTERFACE new_class_name