projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7798b50
)
Make S/390 TAS spell __inline__ the same way as the other eight GCC
author
Tom Lane
<tgl@sss.pgh.pa.us>
Tue, 29 Jan 2002 15:44:42 +0000
(15:44 +0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Tue, 29 Jan 2002 15:44:42 +0000
(15:44 +0000)
inline routines do.
src/include/storage/s_lock.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/storage/s_lock.h
b/src/include/storage/s_lock.h
index 721b488c0874a6a0bbb4f2a152e522d9a5fedb35..be79b51a17b56e3473cb55260dfa56c2511a2897 100644
(file)
--- a/
src/include/storage/s_lock.h
+++ b/
src/include/storage/s_lock.h
@@
-63,7
+63,7
@@
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: s_lock.h,v 1.9
6 2001/12/11 02:58:49
tgl Exp $
+ * $Id: s_lock.h,v 1.9
7 2002/01/29 15:44:42
tgl Exp $
*
*-------------------------------------------------------------------------
*/
@@
-156,7
+156,7
@@
tas(volatile slock_t *lock)
*/
#define TAS(lock) tas(lock)
-static
inline
int
+static
__inline__
int
tas(volatile slock_t *lock)
{
int _res;