[Python-checkins] python/dist/src/Lib/plat-unixware7 IN.py,1.1,1.2

tim_one at users.sourceforge.net tim_one at users.sourceforge.net
Sun Jul 18 08:14:52 CEST 2004


Update of /cvsroot/python/python/dist/src/Lib/plat-unixware7
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31286/plat-unixware7
Modified Files:
	IN.py 
Log Message:
Whitespace normalization, via reindent.py.
Index: IN.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-unixware7/IN.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** IN.py	11 Apr 2001 20:54:43 -0000	1.1
--- IN.py	18 Jul 2004 06:14:49 -0000	1.2
***************
*** 173,181 ****
 
 # Included from sys/cdefs.h
! def __P(protos): return protos		 
 
 def __STRING(x): return #x
 
! def __P(protos): return ()		 
 
 def __STRING(x): return "x"
--- 173,181 ----
 
 # Included from sys/cdefs.h
! def __P(protos): return protos
 
 def __STRING(x): return #x
 
! def __P(protos): return ()
 
 def __STRING(x): return "x"
***************
*** 486,490 ****
 def ATOMIC_INT_DECR(atomic_intp): return _ATOMIC_INT_DECR(atomic_intp)
 
! def FSPIN_INIT(lp): return 
 
 def FSPIN_LOCK(l): return DISABLE()
--- 486,490 ----
 def ATOMIC_INT_DECR(atomic_intp): return _ATOMIC_INT_DECR(atomic_intp)
 
! def FSPIN_INIT(lp): return
 
 def FSPIN_LOCK(l): return DISABLE()
***************
*** 494,506 ****
 def FSPIN_UNLOCK(l): return ENABLE()
 
! def LOCK_DEINIT(lp): return 
 
! def LOCK_DEALLOC(lp): return 
 
 def LOCK_OWNED(lp): return (B_TRUE)
 
! def RW_DEINIT(lp): return 
 
! def RW_DEALLOC(lp): return 
 
 def RW_OWNED(lp): return (B_TRUE)
--- 494,506 ----
 def FSPIN_UNLOCK(l): return ENABLE()
 
! def LOCK_DEINIT(lp): return
 
! def LOCK_DEALLOC(lp): return
 
 def LOCK_OWNED(lp): return (B_TRUE)
 
! def RW_DEINIT(lp): return
 
! def RW_DEALLOC(lp): return
 
 def RW_OWNED(lp): return (B_TRUE)
***************
*** 518,522 ****
 def RW_WRLOCK_PLMIN(lockp): return LOCK_PLMIN(lockp)
 
! def LOCK_DEINIT(l): return 
 
 def LOCK_PLMIN(lockp): return LOCK((lockp), PLMIN)
--- 518,522 ----
 def RW_WRLOCK_PLMIN(lockp): return LOCK_PLMIN(lockp)
 
! def LOCK_DEINIT(l): return
 
 def LOCK_PLMIN(lockp): return LOCK((lockp), PLMIN)
***************
*** 538,544 ****
 CR_MLDREAL = 0x00000001
 CR_RDUMP = 0x00000002
! def crhold(credp): return crholdn((credp), 1)	 
 
! def crfree(credp): return crfreen((credp), 1)	 
 
 
--- 538,544 ----
 CR_MLDREAL = 0x00000001
 CR_RDUMP = 0x00000002
! def crhold(credp): return crholdn((credp), 1)
 
! def crfree(credp): return crfreen((credp), 1)
 
 
***************
*** 824,832 ****
 # Included from sys/inline.h
 IP_HIER_BASE = (20)
! def ASSERT_LOCK(x): return 
 
! def ASSERT_WRLOCK(x): return 
 
! def ASSERT_UNLOCK(x): return 
 
 def CANPUT(q): return canput((q))
--- 824,832 ----
 # Included from sys/inline.h
 IP_HIER_BASE = (20)
! def ASSERT_LOCK(x): return
 
! def ASSERT_WRLOCK(x): return
 
! def ASSERT_UNLOCK(x): return
 
 def CANPUT(q): return canput((q))


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /