1
Fork 0
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:
Richard Brooksby 2016-04-08 11:05:01 +01:00
parent dfda3fd17f
commit 4207b9ebf8
27 changed files with 120 additions and 236 deletions

View file

@ -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";