Skip to content

Commit 1521aef

Browse files
committed
SUNOS4_CC -> SUNOS_CC.
1 parent 9ebe05c commit 1521aef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/backend/storage/lmgr/s_lock.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
*
1111
* IDENTIFICATION
12-
* $PostgreSQL: pgsql/src/backend/storage/lmgr/s_lock.c,v 1.35 2004/12/31 22:01:05 pgsql Exp $
12+
* $PostgreSQL: pgsql/src/backend/storage/lmgr/s_lock.c,v 1.36 2005/07/30 03:07:40 momjian Exp $
1313
*
1414
*-------------------------------------------------------------------------
1515
*/
@@ -241,7 +241,7 @@ tas_dummy() /* really means: extern int tas(slock_t
241241
* *lock); */
242242
{
243243

244-
#ifdef SUNOS4_CC
244+
#ifdef SUNOS_CC
245245
asm(".seg \"data\"");
246246
asm(".seg \"text\"");
247247
#else

src/template/sunos4

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
if test "$GCC" != yes ; then
22
CC="$CC -Xa" # relaxed ISO C mode
3-
CFLAGS="-v -DSUNOS4_CC" # -v is like gcc -Wall
3+
CFLAGS="-v -DSUNOS_CC" # -v is like gcc -Wall
44
if test "$enable_debug" != yes; then
55
CFLAGS="$CFLAGS -O" # any optimization breaks debug
66
fi

0 commit comments

Comments
 (0)