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:
parent
8d776db4f2
commit
ef6e2970ca
30 changed files with 67 additions and 117 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue