[Python-checkins] python/dist/src/Modules posixmodule.c,2.236,2.237

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Thu, 13 Jun 2002 14:22:14 -0700


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

Modified Files:
	posixmodule.c 
Log Message:
Use new PyDoc_STRVAR macro

Index: posixmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/posixmodule.c,v
retrieving revision 2.236
retrieving revision 2.237
diff -C2 -d -r2.236 -r2.237
*** posixmodule.c	13 Jun 2002 21:09:08 -0000	2.236
--- posixmodule.c	13 Jun 2002 21:22:11 -0000	2.237
***************
*** 2119,2125 ****
  
  #ifdef HAVE_GETPGID
! static char posix_getpgid__doc__[] =
  "getpgid(pid) -> pgid\n\
! Call the system call getpgid().";
  
  static PyObject *
--- 2119,2125 ----
  
  #ifdef HAVE_GETPGID
! PyDoc_STRVAR(posix_getpgid__doc__,
  "getpgid(pid) -> pgid\n\
! Call the system call getpgid().");
  
  static PyObject *