1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-06 14:22:31 -07:00

Mps: using #if 0 to comment out code.

Copied from Perforce
 Change: 162842
 ServerID: perforce.ravenbrook.com
This commit is contained in:
David Jones 2007-07-10 14:45:53 +01:00
parent e48dcde8fe
commit 6cdffe02ad

View file

@ -345,11 +345,11 @@ Res ArenaDescribe(Arena arena, mps_lib_FILE *stream)
/* Do not call GlobalsDescribe: it makes too much output, thanks.
* RHSK 2007-04-27
*
*/
#if 0
res = GlobalsDescribe(ArenaGlobals(arena), stream);
if (res != ResOK) return res;
*
*/
#endif
res = WriteF(stream,
"} Arena $P ($U)\n", (WriteFP)arena,