SUNOS4_CC -> SUNOS_CC.
authorBruce Momjian <bruce@momjian.us>
Sat, 30 Jul 2005 03:07:42 +0000 (03:07 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 30 Jul 2005 03:07:42 +0000 (03:07 +0000)
src/backend/storage/lmgr/s_lock.c
src/template/sunos4

index 7daa038132d6bd3b3175325727573f4ac09fec90..4648c961009ee7c02330fb88026abf7850f6b7d9 100644 (file)
@@ -241,7 +241,7 @@ tas_dummy()                                         /* really means: extern int tas(slock_t
                                                                 * *lock); */
 {
 
-#ifdef SUNOS4_CC
+#ifdef SUNOS_CC
        asm(".seg \"data\"");
        asm(".seg \"text\"");
 #else
index 782fe6ee6c728d955276b3e2eaf340dce7b936fc..762fca184d6a19563a8e9d22296757f5e724ab99 100644 (file)
@@ -1,6 +1,6 @@
 if test "$GCC" != yes ; then
   CC="$CC -Xa"                 # relaxed ISO C mode
-  CFLAGS="-v -DSUNOS4_CC"      # -v is like gcc -Wall
+  CFLAGS="-v -DSUNOS_CC"       # -v is like gcc -Wall
   if test "$enable_debug" != yes; then
     CFLAGS="$CFLAGS -O"                # any optimization breaks debug
   fi