OSDN Git Service

Change Solaris comments from / to !.
authorBruce Momjian <bruce@momjian.us>
Fri, 5 May 2006 12:22:42 +0000 (12:22 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 5 May 2006 12:22:42 +0000 (12:22 +0000)
Robert Lor

src/backend/port/tas/solaris_sparc.s
src/backend/port/tas/solaris_x86.s

index f2ef5de..de453b5 100644 (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)
 
index 32abb2e..d824310 100644 (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"