[Python-checkins] python/dist/src/Modules getpath.c,1.47,1.48

bcannon at users.sourceforge.net bcannon at users.sourceforge.net
Wed Jun 23 20:48:47 EDT 2004


Update of /cvsroot/python/python/dist/src/Modules
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14966/Modules

Modified Files:
	getpath.c 
Log Message:
Change comment from C++ style to C.


Index: getpath.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/getpath.c,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -d -r1.47 -r1.48
*** getpath.c	3 Jun 2004 14:33:03 -0000	1.47
--- getpath.c	24 Jun 2004 00:48:44 -0000	1.48
***************
*** 399,403 ****
       else if(0 == _NSGetExecutablePath(progpath, &nsexeclength) && progpath[0] == SEP)
         ;
! #endif // __APPLE__
  	else if (path) {
  		while (1) {
--- 399,403 ----
       else if(0 == _NSGetExecutablePath(progpath, &nsexeclength) && progpath[0] == SEP)
         ;
! #endif /* __APPLE__ */
  	else if (path) {
  		while (1) {




More information about the Python-checkins mailing list