Mercurial > hg > xemacs-beta
diff src/backtrace.h @ 388:aabb7f5b1c81 r21-2-9
Import from CVS: tag r21-2-9
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:09:42 +0200 |
parents | 8626e4521993 |
children | 74fd4e045ea6 |
line wrap: on
line diff
--- a/src/backtrace.h Mon Aug 13 11:08:51 2007 +0200 +++ b/src/backtrace.h Mon Aug 13 11:09:42 2007 +0200 @@ -277,6 +277,9 @@ #define CHECK_SPECBIND_VARIABLE DO_NOTHING #endif +#if 0 +/* Unused. It's too hard to guarantee that the current bindings + contain only variables. */ /* Another inline version of unbind_to(). VALUE is GC-protected. Caller guarantees that: - all of the elements on the binding stack are variable bindings. @@ -303,6 +306,7 @@ } \ } \ } while (0) +#endif /* unused */ /* A faster, but less safe inline version of Fset(). Caller guarantees that: