[Python-checkins] python/dist/src/Modules unicodedata.c,2.26,2.27
loewis@users.sourceforge.net
loewis@users.sourceforge.net
2002年12月07日 06:56:39 -0800
Update of /cvsroot/python/python/dist/src/Modules
In directory sc8-pr-cvs1:/tmp/cvs-serv23799
Modified Files:
unicodedata.c
Log Message:
Remove C++ comment.
Index: unicodedata.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/unicodedata.c,v
retrieving revision 2.26
retrieving revision 2.27
diff -C2 -d -r2.26 -r2.27
*** unicodedata.c 25 Nov 2002 09:13:35 -0000 2.26
--- unicodedata.c 7 Dec 2002 14:56:36 -0000 2.27
***************
*** 432,436 ****
cskipped--;
i++;
! goto again; // continue while
}
}
--- 432,436 ----
cskipped--;
i++;
! goto again; /* continue while */
}
}