emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Emacs-diffs] master 9569916 3/3: Stop worrying about Alliant in byt


From: Stefan Monnier
Subject: Re: [Emacs-diffs] master 9569916 3/3: Stop worrying about Alliant in bytecode.c
Date: Fri, 15 Jul 2016 22:23:00 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

> -/* Push x onto the execution stack.  This used to be #define PUSH(x)
> -   (*++stackp = (x)) This oddity is necessary because Alliant can't be
> -   bothered to compile the preincrement operator properly, as of 4/91.
> -   -JimB */
> +/* Push X onto the execution stack.  The expression X should not
> +   contain TOP, to avoid competing side effects.  */
 
Isn't it a bit premature?


        Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]