1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-02 09:02:37 +03:00

More cpu cleanups, only for 6.6.

This commit is contained in:
Bruce Momjian
1999-07-13 20:12:51 +00:00
parent 540c114225
commit 050371fccd
9 changed files with 32 additions and 27 deletions

View File

@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/storage/buffer/Attic/s_lock.c,v 1.21 1999/06/06 20:19:35 vadim Exp $
* $Header: /cvsroot/pgsql/src/backend/storage/buffer/Attic/s_lock.c,v 1.22 1999/07/13 20:12:46 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@ -143,7 +143,7 @@ success: \n\
#endif /* __powerpc__ */
#if defined(__mips)
#if defined(__mips__)
static void
tas_dummy()
{
@ -165,7 +165,7 @@ fail: \n\
");
}
#endif /* __mips */
#endif /* __mips__ */
#else /* defined(__GNUC__) */
/***************************************************************************