[Python-checkins] python/dist/src/RISCOS/Modules riscosmodule.c,1.5,1.6

loewis@users.sourceforge.net loewis@users.sourceforge.net
Thu, 13 Jun 2002 13:33:04 -0700


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

Modified Files:
	riscosmodule.c 
Log Message:
Patch #568124: Add doc string macros.


Index: riscosmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/RISCOS/Modules/riscosmodule.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** riscosmodule.c	8 Dec 2001 18:02:58 -0000	1.5
--- riscosmodule.c	13 Jun 2002 20:33:02 -0000	1.6
***************
*** 121,125 ****
  }
  
! static char stat_result__doc__[] = 
  "stat_result: Result from stat or lstat.\n\n\
  This object may be accessed either as a tuple of\n\
--- 121,125 ----
  }
  
! PyDoc_STRVAR(stat_result__doc__,
  "stat_result: Result from stat or lstat.\n\n\
  This object may be accessed either as a tuple of\n\
***************
*** 129,133 ****
  RiscOS: The fields st_ftype, st_attrs, and st_obtype are also available.\n\
  \n\
! See os.stat for more information.\n";
  
  static PyStructSequence_Field stat_result_fields[] = {
--- 129,133 ----
  RiscOS: The fields st_ftype, st_attrs, and st_obtype are also available.\n\
  \n\
! See os.stat for more information.");
  
  static PyStructSequence_Field stat_result_fields[] = {