1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-29 17:53:57 -07:00

Remove comment following discussion with rb: "assumes pun compatibility between rank and mps_rank_t which is checked by mpsi_check in <code/mpsi.c>" as this is no longer true: ranks no longer appear in the public interface, so their pun compatibility is no longer checked.

Copied from Perforce
 Change: 180031
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Gareth Rees 2012-10-23 15:42:17 +01:00
parent 07d0aaf113
commit 9d22cb3c49

View file

@ -1494,8 +1494,6 @@ DEFINE_CLASS(SegBufClass, class)
static Res rankBufInit (Buffer buffer, Pool pool, va_list args)
{
/* Assumes pun compatibility between Rank and mps_rank_t */
/* Which is checked by mpsi_check in <code/mpsi.c> */
Rank rank = va_arg(args, Rank);
BufferClass super;
Res res;