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

Diff of /emacs/src/bytecode.c

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

revision 1.69.2.1 by miles, Wed Jun 12 01:49:02 2002 UTC revision 1.69.2.2 by miles, Mon Aug 26 07:38:31 2002 UTC
# Line 1192  exec_byte_code (bytestr, vector, maxdept Line 1192  exec_byte_code (bytestr, vector, maxdept
1192                  TOP = v1;                  TOP = v1;
1193                }                }
1194              else              else
1195                TOP = Fsub1 (v1);                {
1196                    BEFORE_POTENTIAL_GC ();
1197                    TOP = Fsub1 (v1);
1198                    AFTER_POTENTIAL_GC ();
1199                  }
1200              break;              break;
1201            }            }
1202    

Legend:
Removed from v.1.69.2.1  
changed lines
  Added in v.1.69.2.2

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