diff src/print.c @ 2001:cc5b615380f8

[xemacs-hg @ 2004-04-08 15:23:07 by james] Various fixes to repair the C++ build.
author james
date Thu, 08 Apr 2004 15:23:09 +0000
parents 59e1bbea04fe
children 04bc9d2f42c7
line wrap: on
line diff
--- a/src/print.c	Wed Apr 07 21:51:29 2004 +0000
+++ b/src/print.c	Thu Apr 08 15:23:09 2004 +0000
@@ -1514,7 +1514,7 @@
 print_internal (Lisp_Object obj, Lisp_Object printcharfun, int escapeflag)
 {
   /* This function can GC */
-  int specdepth;
+  int specdepth = 0;
   struct gcpro gcpro1, gcpro2;
 
   QUIT;