mirror of
https://github.com/postgres/postgres.git
synced 2026-02-27 03:40:28 -05:00
Change Solaris comments from / to !.
Robert Lor
This commit is contained in:
parent
ee1b63a48b
commit
e451014d8c
2 changed files with 7 additions and 7 deletions
|
|
@ -1,6 +1,6 @@
|
|||
/=======================================================================
|
||||
/ solaris_sparc.s -- compare and swap for solaris_sparc
|
||||
/=======================================================================
|
||||
!=======================================================================
|
||||
! solaris_sparc.s -- compare and swap for solaris_sparc
|
||||
!=======================================================================
|
||||
|
||||
#if defined(__sparcv9) || defined(__sparc)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
/=======================================================================
|
||||
/ solaris_i386.s -- compare and swap for solaris_i386
|
||||
/=======================================================================
|
||||
!=======================================================================
|
||||
! solaris_i386.s -- compare and swap for solaris_i386
|
||||
!=======================================================================
|
||||
|
||||
/ Fortunately the Sun compiler understands cpp conditionals
|
||||
! Fortunately the Sun compiler can process cpp conditionals with -P
|
||||
|
||||
.file "tas.s"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue