mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
fix some missing ;s
This commit is contained in:
parent
4e67f8d155
commit
3c7fb6a312
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue