Change Solaris comments from / to !.

Robert Lor
This commit is contained in:
Bruce Momjian 2006-05-05 12:22:42 +00:00
parent ee1b63a48b
commit e451014d8c
2 changed files with 7 additions and 7 deletions

View File

@ -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) #if defined(__sparcv9) || defined(__sparc)

View File

@ -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" .file "tas.s"