A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://mail.python.org/pipermail/python-checkins/2002-December/032302.html below:

[Python-checkins] python/dist/src/PC/os2emx dllentry.c,1.2,1.3

[Python-checkins] python/dist/src/PC/os2emx dllentry.c,1.2,1.3aimacintyre@users.sourceforge.net aimacintyre@users.sourceforge.net
Tue, 31 Dec 2002 03:23:52 -0800
Update of /cvsroot/python/python/dist/src/PC/os2emx
In directory sc8-pr-cvs1:/tmp/cvs-serv13217

Modified Files:
	dllentry.c 
Log Message:
whitespace cleanup

Index: dllentry.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/os2emx/dllentry.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** dllentry.c	31 Dec 2002 11:20:37 -0000	1.2
--- dllentry.c	31 Dec 2002 11:23:50 -0000	1.3
***************
*** 20,38 ****
  unsigned long _DLL_InitTerm (unsigned long mod_handle, unsigned long flag)
  {
!   switch (flag)
!   {
!     case 0:
!       if (_CRT_init ()) return 0;
!       __ctordtorInit ();
!       /* Ignore fatal signals */
!       signal (SIGSEGV, SIG_IGN);
!       signal (SIGFPE, SIG_IGN);
!       return 1;
!     case 1:
!       __ctordtorTerm ();
!       _CRT_term ();
!       return 1;
!     default:
!       return 0;
!   }
  }
--- 20,43 ----
  unsigned long _DLL_InitTerm (unsigned long mod_handle, unsigned long flag)
  {
! 	switch (flag)
! 	{
! 		case 0:
! 			if (_CRT_init ())
! 				return 0;
! 			__ctordtorInit ();
! 
! 			/* Ignore fatal signals */
! 			signal (SIGSEGV, SIG_IGN);
! 			signal (SIGFPE, SIG_IGN);
! 
! 			return 1;
! 
! 		case 1:
! 			__ctordtorTerm ();
! 			_CRT_term ();
! 			return 1;
! 
! 		default:
! 			return 0;
! 	}
  }





RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4