s_lock.h line 178

From: Andreas Zeugswetter <andreas(dot)zeugswetter(at)telecom(dot)at>
To: "'hackers(at)postgresql(dot)org'" <hackers(at)postgresql(dot)org>
Subject: s_lock.h line 178
Date: 1998-10-27 17:09:07
Message-ID: 01BE01D5.3E9CD540@zeugswettera.user.lan.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Needs continuation character for portability:

*** s_lock.h.ori Tue Oct 13 14:21:55 1998
--- s_lock.h Tue Oct 27 18:03:57
1998
***************
*** 175,181 ****
tas(volatile slock_t *lock)
{

register _res;
! __asm__("sbitb 0, %0
sfsd %1"
: "=m"(*lock),
"=r"(_res));
return (int) _res;
--- 175,181 ----
tas(volatile
slock_t *lock)
{
register _res;
! __asm__("sbitb 0, %0 \
sfsd
%1"
: "=m"(*lock), "=r"(_res));
return (int) _res;

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas G. Lockhart 1998-10-27 17:15:05 Re: casting money type to float
Previous Message Thomas G. Lockhart 1998-10-27 17:07:01 Re: [HACKERS] make install fails in perl5 ...