[Python-checkins] CVS: python/dist/src/Include opcode.h,2.22,2.23
Jeremy Hylton
python-dev@python.org
2000年3月28日 19:10:06 -0500
Update of /projects/cvsroot/python/dist/src/Include
In directory goon.cnri.reston.va.us:/home/jhylton/python/src/Include
Modified Files:
opcode.h
Log Message:
remove reference to CALL_FUNCTION_STAR in comment
Index: opcode.h
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Include/opcode.h,v
retrieving revision 2.22
retrieving revision 2.23
diff -C2 -r2.22 -r2.23
*** opcode.h 2000年03月28日 23:49:04 2.22
--- opcode.h 2000年03月29日 00:10:03 2.23
***************
*** 145,149 ****
/* The next 3 opcodes must be contiguous and satisfy
! (CALL_FUNCTION_STAR - CALL_FUNCTION) & 3 == 1 */
#define CALL_FUNCTION_VAR 140 /* #args + (#kwargs<<8) */
#define CALL_FUNCTION_KW 141 /* #args + (#kwargs<<8) */
--- 145,149 ----
/* The next 3 opcodes must be contiguous and satisfy
! (CALL_FUNCTION_VAR - CALL_FUNCTION) & 3 == 1 */
#define CALL_FUNCTION_VAR 140 /* #args + (#kwargs<<8) */
#define CALL_FUNCTION_KW 141 /* #args + (#kwargs<<8) */