mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-04 11:00:45 -08:00
Eliminating the concept of "alias classes" in favour of "kinds".
Copied from Perforce Change: 190825 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
dfda3fd17f
commit
4207b9ebf8
27 changed files with 120 additions and 236 deletions
|
|
@ -53,7 +53,7 @@ Bool ProtocolIsSubclass(InstClass sub, InstClass super)
|
|||
|
||||
/* The class definition for the root of the hierarchy */
|
||||
|
||||
DEFINE_CLASS(Inst, theClass)
|
||||
DEFINE_CLASS(Inst, Inst, theClass)
|
||||
{
|
||||
theClass->sig = InstClassSig;
|
||||
theClass->name = "Inst";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue