[Python-checkins] CVS: python/dist/src/Modules structmodule.c,2.45,2.46

Tim Peters tim_one@users.sourceforge.net
Mon, 11 Jun 2001 09:57:35 -0700


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

Modified Files:
	structmodule.c 
Log Message:
Trimmed trailing whitespace.


Index: structmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/structmodule.c,v
retrieving revision 2.45
retrieving revision 2.46
diff -C2 -r2.45 -r2.46
*** structmodule.c	2001/06/11 16:51:56	2.45
--- structmodule.c	2001/06/11 16:57:33	2.46
***************
*** 47,51 ****
  /*
  ** XXXX We have a problem here. There are no unique alignment rules
! ** on the PowerPC mac. 
  */
  #ifdef __powerc
--- 47,51 ----
  /*
  ** XXXX We have a problem here. There are no unique alignment rules
! ** on the PowerPC mac.
  */
  #ifdef __powerc
***************
*** 1113,1117 ****
  		else
  			num = 1;
! 		
  		e = getentry(c, f);
  		if (e == NULL)
--- 1113,1117 ----
  		else
  			num = 1;
! 
  		e = getentry(c, f);
  		if (e == NULL)
***************
*** 1173,1177 ****
  	    (n = PyTuple_Size(args)) < 1)
          {
! 		PyErr_SetString(PyExc_TypeError, 
  			"struct.pack requires at least one argument");
  		return NULL;
--- 1173,1177 ----
  	    (n = PyTuple_Size(args)) < 1)
          {
! 		PyErr_SetString(PyExc_TypeError,
  			"struct.pack requires at least one argument");
  		return NULL;