Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
2000:645edb8ae417 | 2001:cc5b615380f8 |
---|---|
1512 | 1512 |
1513 void | 1513 void |
1514 print_internal (Lisp_Object obj, Lisp_Object printcharfun, int escapeflag) | 1514 print_internal (Lisp_Object obj, Lisp_Object printcharfun, int escapeflag) |
1515 { | 1515 { |
1516 /* This function can GC */ | 1516 /* This function can GC */ |
1517 int specdepth; | 1517 int specdepth = 0; |
1518 struct gcpro gcpro1, gcpro2; | 1518 struct gcpro gcpro1, gcpro2; |
1519 | 1519 |
1520 QUIT; | 1520 QUIT; |
1521 | 1521 |
1522 #ifdef NO_PRINT_DURING_GC | 1522 #ifdef NO_PRINT_DURING_GC |