[Stackless-checkins] CVS: slpdev/src/2.3/dev/Greenlet switch_ppc_macosx.h, 1.1, 1.2 switch_ppc_unix.h, 1.1, 1.2 switch_s390_unix.h, 1.1, 1.2 switch_sparc_sun_gcc.h, 1.1, 1.2 switch_x86_msvc.h, 1.1, 1.2 switch_x86_unix.h, 1.1, 1.2

Christian Tismer tismer at centera.de
Sun Apr 18 00:04:04 CEST 2004


Update of /home/cvs/slpdev/src/2.3/dev/Greenlet
In directory centera.de:/tmp/cvs-serv29667/src/2.3/dev/Greenlet

Modified Files:
	switch_ppc_macosx.h switch_ppc_unix.h switch_s390_unix.h 
	switch_sparc_sun_gcc.h switch_x86_msvc.h switch_x86_unix.h 
Log Message:
fixed a typo in the comments.

Index: switch_ppc_macosx.h
===================================================================
RCS file: /home/cvs/slpdev/src/2.3/dev/Greenlet/switch_ppc_macosx.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** switch_ppc_macosx.h	14 Mar 2004 19:52:10 -0000	1.1
--- switch_ppc_macosx.h	17 Apr 2004 22:04:01 -0000	1.2
***************
*** 11,16 ****
   *      needed to add another magic constant to insure
   *      that f in slp_eval_frame(PyFrameObject *f)
-  *      STACK_REFPLUS will probably be 1 in most cases.
   *      gets included into the saved stack area.
   * 17-Sep-02  Christian Tismer  <tismer at tismer.com>
   *      after virtualizing stack save/restore, the
--- 11,16 ----
   *      needed to add another magic constant to insure
   *      that f in slp_eval_frame(PyFrameObject *f)
   *      gets included into the saved stack area.
+  *      STACK_REFPLUS will probably be 1 in most cases.
   * 17-Sep-02  Christian Tismer  <tismer at tismer.com>
   *      after virtualizing stack save/restore, the

Index: switch_ppc_unix.h
===================================================================
RCS file: /home/cvs/slpdev/src/2.3/dev/Greenlet/switch_ppc_unix.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** switch_ppc_unix.h	14 Mar 2004 19:52:10 -0000	1.1
--- switch_ppc_unix.h	17 Apr 2004 22:04:01 -0000	1.2
***************
*** 11,16 ****
   *      needed to add another magic constant to insure
   *      that f in slp_eval_frame(PyFrameObject *f)
-  *      STACK_REFPLUS will probably be 1 in most cases.
   *      gets included into the saved stack area.
   * 04-Oct-02  Gustavo Niemeyer <niemeyer at conectiva.com>
   *      Ported from MacOS version.
--- 11,16 ----
   *      needed to add another magic constant to insure
   *      that f in slp_eval_frame(PyFrameObject *f)
   *      gets included into the saved stack area.
+  *      STACK_REFPLUS will probably be 1 in most cases.
   * 04-Oct-02  Gustavo Niemeyer <niemeyer at conectiva.com>
   *      Ported from MacOS version.

Index: switch_s390_unix.h
===================================================================
RCS file: /home/cvs/slpdev/src/2.3/dev/Greenlet/switch_s390_unix.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** switch_s390_unix.h	14 Mar 2004 19:52:10 -0000	1.1
--- switch_s390_unix.h	17 Apr 2004 22:04:01 -0000	1.2
***************
*** 6,11 ****
   *      needed to add another magic constant to insure
   *      that f in slp_eval_frame(PyFrameObject *f)
-  *      STACK_REFPLUS will probably be 1 in most cases.
   *      gets included into the saved stack area.
   * 06-Oct-02  Gustavo Niemeyer <niemeyer at conectiva.com>
   *      Ported to Linux/S390.
--- 6,11 ----
   *      needed to add another magic constant to insure
   *      that f in slp_eval_frame(PyFrameObject *f)
   *      gets included into the saved stack area.
+  *      STACK_REFPLUS will probably be 1 in most cases.
   * 06-Oct-02  Gustavo Niemeyer <niemeyer at conectiva.com>
   *      Ported to Linux/S390.

Index: switch_sparc_sun_gcc.h
===================================================================
RCS file: /home/cvs/slpdev/src/2.3/dev/Greenlet/switch_sparc_sun_gcc.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** switch_sparc_sun_gcc.h	14 Mar 2004 19:52:10 -0000	1.1
--- switch_sparc_sun_gcc.h	17 Apr 2004 22:04:01 -0000	1.2
***************
*** 6,11 ****
   *      needed to add another magic constant to insure
   *      that f in slp_eval_frame(PyFrameObject *f)
-  *      STACK_REFPLUS will probably be 1 in most cases.
   *      gets included into the saved stack area.
   * 17-Sep-02  Christian Tismer  <tismer at tismer.com>
   *      after virtualizing stack save/restore, the
--- 6,11 ----
   *      needed to add another magic constant to insure
   *      that f in slp_eval_frame(PyFrameObject *f)
   *      gets included into the saved stack area.
+  *      STACK_REFPLUS will probably be 1 in most cases.
   * 17-Sep-02  Christian Tismer  <tismer at tismer.com>
   *      after virtualizing stack save/restore, the

Index: switch_x86_msvc.h
===================================================================
RCS file: /home/cvs/slpdev/src/2.3/dev/Greenlet/switch_x86_msvc.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** switch_x86_msvc.h	14 Mar 2004 19:52:10 -0000	1.1
--- switch_x86_msvc.h	17 Apr 2004 22:04:01 -0000	1.2
***************
*** 6,11 ****
   *      needed to add another magic constant to insure
   *      that f in slp_eval_frame(PyFrameObject *f)
-  *      STACK_REFPLUS will probably be 1 in most cases.
   *      gets included into the saved stack area.
   * 26-Sep-02  Christian Tismer  <tismer at tismer.com>
   *      again as a result of virtualized stack access,
--- 6,11 ----
   *      needed to add another magic constant to insure
   *      that f in slp_eval_frame(PyFrameObject *f)
   *      gets included into the saved stack area.
+  *      STACK_REFPLUS will probably be 1 in most cases.
   * 26-Sep-02  Christian Tismer  <tismer at tismer.com>
   *      again as a result of virtualized stack access,

Index: switch_x86_unix.h
===================================================================
RCS file: /home/cvs/slpdev/src/2.3/dev/Greenlet/switch_x86_unix.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** switch_x86_unix.h	14 Mar 2004 19:52:10 -0000	1.1
--- switch_x86_unix.h	17 Apr 2004 22:04:01 -0000	1.2
***************
*** 6,11 ****
   *      needed to add another magic constant to insure
   *      that f in slp_eval_frame(PyFrameObject *f)
-  *      STACK_REFPLUS will probably be 1 in most cases.
   *      gets included into the saved stack area.
   * 17-Sep-02  Christian Tismer  <tismer at tismer.com>
   *      after virtualizing stack save/restore, the
--- 6,11 ----
   *      needed to add another magic constant to insure
   *      that f in slp_eval_frame(PyFrameObject *f)
   *      gets included into the saved stack area.
+  *      STACK_REFPLUS will probably be 1 in most cases.
   * 17-Sep-02  Christian Tismer  <tismer at tismer.com>
   *      after virtualizing stack save/restore, the


_______________________________________________
Stackless-checkins mailing list
Stackless-checkins at stackless.com
http://www.stackless.com/mailman/listinfo/stackless-checkins



More information about the Stackless-checkins mailing list