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

Spell __volatile__ correctly.

This commit is contained in:
Tom Lane 2001-03-27 01:16:24 +00:00
parent 153237cc45
commit ff71301806

View File

@ -8,7 +8,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/storage/buffer/Attic/s_lock.c,v 1.35 2001/03/22 03:59:44 momjian Exp $ * $Header: /cvsroot/pgsql/src/backend/storage/buffer/Attic/s_lock.c,v 1.36 2001/03/27 01:16:24 tgl Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
@ -232,7 +232,7 @@ success: \n\
static void static void
tas_dummy() tas_dummy()
{ {
__asm__ _volatile__( __asm__ __volatile__(
"\ "\
.global tas \n\ .global tas \n\
tas: \n\ tas: \n\