Mercurial > emacs
changeset 48540:283a6d8bdf2b
Comment.
author | Dave Love <fx@gnu.org> |
---|---|
date | Mon, 25 Nov 2002 19:06:07 +0000 |
parents | 8fa658f7a17a |
children | d8755d44e3da |
files | src/lisp.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lisp.h Mon Nov 25 19:05:57 2002 +0000 +++ b/src/lisp.h Mon Nov 25 19:06:07 2002 +0000 @@ -1874,6 +1874,7 @@ #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))