/[emacs]/emacs/src/macros.c
ViewVC logotype

Diff of /emacs/src/macros.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.46 by pj, Tue Dec 11 06:22:00 2001 UTC revision 1.47 by lektu, Thu Jul 11 15:24:13 2002 UTC
# Line 284  COUNT is a repeat count, or nil for once Line 284  COUNT is a repeat count, or nil for once
284  {  {
285    Lisp_Object final;    Lisp_Object final;
286    Lisp_Object tem;    Lisp_Object tem;
287    int pdlcount = specpdl_ptr - specpdl;    int pdlcount = SPECPDL_INDEX ();
288    int repeat = 1;    int repeat = 1;
289    struct gcpro gcpro1;    struct gcpro gcpro1;
290    int success_count = 0;    int success_count = 0;

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26