We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent5298eb4 commitdd22565Copy full SHA for dd22565
src/backend/storage/buffer/s_lock.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $Header: /cvsroot/pgsql/src/backend/storage/buffer/Attic/s_lock.c,v 1.36 2001/03/27 01:16:24 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/storage/buffer/Attic/s_lock.c,v 1.37 2001/08/28 15:04:27 petere Exp $
12
13
*-------------------------------------------------------------------------
14
*/
@@ -228,7 +228,7 @@ success:\n\
228
229
#endif/* __powerpc__ */
230
231
-#if defined(__mips__)
+#if defined(__mips__)|| !defined(__sgi)
232
staticvoid
233
tas_dummy()
234
{
@@ -251,9 +251,9 @@ fail:\n\
251
");
252
}
253
254
-#endif/* __mips__ */
+#endif/* __mips__&& !__sgi*/
255
256
-#else/*defined(__GNUC__) */
+#else/*not__GNUC__ */
257
/***************************************************************************
258
* All non gcc
259