[Stackless-checkins] CVS: slpdev/src/2.3/dev/Stackless switch_ppc_macosx.h, 1.12, 1.13 switch_ppc_unix.h, 1.4, 1.5 switch_s390_unix.h, 1.3, 1.4 switch_sparc_sun_gcc.h, 1.4, 1.5 switch_x86_msvc.h, 1.30, 1.31 switch_x86_unix.h, 1.14, 1.15

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


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

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/Stackless/switch_ppc_macosx.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** switch_ppc_macosx.h	13 Mar 2004 13:03:25 -0000	1.12
--- switch_ppc_macosx.h	17 Apr 2004 22:04:02 -0000	1.13
***************
*** 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/Stackless/switch_ppc_unix.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** switch_ppc_unix.h	14 Jan 2004 14:26:54 -0000	1.4
--- switch_ppc_unix.h	17 Apr 2004 22:04:02 -0000	1.5
***************
*** 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/Stackless/switch_s390_unix.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** switch_s390_unix.h	8 Jan 2004 18:54:57 -0000	1.3
--- switch_s390_unix.h	17 Apr 2004 22:04:02 -0000	1.4
***************
*** 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/Stackless/switch_sparc_sun_gcc.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** switch_sparc_sun_gcc.h	14 Jan 2004 19:43:40 -0000	1.4
--- switch_sparc_sun_gcc.h	17 Apr 2004 22:04:02 -0000	1.5
***************
*** 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/Stackless/switch_x86_msvc.h,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** switch_x86_msvc.h	7 Apr 2004 17:23:40 -0000	1.30
--- switch_x86_msvc.h	17 Apr 2004 22:04:02 -0000	1.31
***************
*** 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/Stackless/switch_x86_unix.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** switch_x86_unix.h	8 Jan 2004 18:54:57 -0000	1.14
--- switch_x86_unix.h	17 Apr 2004 22:04:02 -0000	1.15
***************
*** 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