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:
parent
07d0aaf113
commit
9d22cb3c49
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue