[Python-checkins] CVS: python/dist/src/RISCOS/Modules getpath_riscos.c,1.1,1.1.6.1

Tim Peters tim_one@users.sourceforge.net
Fri, 27 Jul 2001 22:03:02 -0700


Update of /cvsroot/python/python/dist/src/RISCOS/Modules
In directory usw-pr-cvs1:/tmp/cvs-serv14630/descr/dist/src/RISCOS/Modules

Modified Files:
      Tag: descr-branch
	getpath_riscos.c 
Log Message:
Merge of trunk tags date2001-07-21 to date2001-07-28.


Index: getpath_riscos.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/RISCOS/Modules/getpath_riscos.c,v
retrieving revision 1.1
retrieving revision 1.1.6.1
diff -C2 -d -r1.1 -r1.1.6.1
*** getpath_riscos.c	2001/03/02 05:57:54	1.1
--- getpath_riscos.c	2001/07/28 05:03:00	1.1.6.1
***************
*** 6,10 ****
  static void
  calculate_path()
! { char *pypath=getenv("Python$Path");
    if(pypath)
    { module_search_path=malloc(strlen(pypath)+1);
--- 6,10 ----
  static void
  calculate_path()
! { char *pypath=Py_GETENV("Python$Path");
    if(pypath)
    { module_search_path=malloc(strlen(pypath)+1);