1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Eliminating generated classof* and setclassof* functions in favour of checked poly macros.

Copied from Perforce
 Change: 190938
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Brooksby 2016-04-11 18:06:47 +01:00
parent 8d776db4f2
commit ef6e2970ca
30 changed files with 67 additions and 117 deletions

View file

@ -230,7 +230,7 @@ static Res cbsInitComm(Land land, LandClass class,
if (res != ResOK)
return res;
SetClassOfLand(land, class);
SetClassOfPoly(land, class);
cbs = MustBeA(CBS, land);
if (ArgPick(&arg, args, CBSBlockPool))