1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-02 11:44:50 +03:00

Whoops, wrong logic.

This commit is contained in:
Peter Eisentraut 2001-08-29 11:54:12 +00:00
parent dd225655b9
commit f45b7270b6

View File

@ -8,7 +8,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/storage/buffer/Attic/s_lock.c,v 1.37 2001/08/28 15:04:27 petere Exp $ * $Header: /cvsroot/pgsql/src/backend/storage/buffer/Attic/s_lock.c,v 1.38 2001/08/29 11:54:12 petere Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
@ -228,7 +228,7 @@ success: \n\
#endif /* __powerpc__ */ #endif /* __powerpc__ */
#if defined(__mips__) || !defined(__sgi) #if defined(__mips__) && !defined(__sgi)
static void static void
tas_dummy() tas_dummy()
{ {