[Python-checkins] python/dist/src/Python exceptions.c,1.32,1.33

mhammond@users.sourceforge.net mhammond@users.sourceforge.net
Mon, 29 Jul 2002 06:42:20 -0700


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

Modified Files:
	exceptions.c 
Log Message:
Excise DL_IMPORT/EXPORT from object.h, and related files.  This patch
also adds 'extern' to PyAPI_DATA rather than at each declaration, as 
discussed with Tim and Guido.


Index: exceptions.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/exceptions.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** exceptions.c	13 Jun 2002 20:33:02 -0000	1.32
--- exceptions.c	29 Jul 2002 13:42:14 -0000	1.33
***************
*** 1051,1055 ****
  
  
! DL_EXPORT(void)
  _PyExc_Init(void)
  {
--- 1051,1055 ----
  
  
! void
  _PyExc_Init(void)
  {
***************
*** 1147,1151 ****
  
  
! DL_EXPORT(void)
  _PyExc_Fini(void)
  {
--- 1147,1151 ----
  
  
! void
  _PyExc_Fini(void)
  {