mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-22 21:07:36 +00:00
Comment.
This commit is contained in:
parent
8fc9df9e92
commit
656c33dc70
1 changed files with 1 additions and 0 deletions
|
|
@ -1874,6 +1874,7 @@ struct gcpro
|
|||
#if GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS
|
||||
|
||||
/* Do something silly with gcproN vars just so gcc shuts up. */
|
||||
/* You get warnings from MIPSPro... */
|
||||
|
||||
#define GCPRO1(varname) ((void) gcpro1)
|
||||
#define GCPRO2(varname1, varname2)(((void) gcpro2, (void) gcpro1))
|
||||
|
|
|
|||
Loading…
Reference in a new issue