File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
*
10
10
*
11
11
* 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 $
13
13
*
14
14
*-------------------------------------------------------------------------
15
15
*/
@@ -241,7 +241,7 @@ tas_dummy() /* really means: extern int tas(slock_t
241
241
* *lock); */
242
242
{
243
243
244
- #ifdef SUNOS4_CC
244
+ #ifdef SUNOS_CC
245
245
asm(".seg \"data\"" );
246
246
asm(".seg \"text\"" );
247
247
#else
Original file line number Diff line number Diff line change 1
1
if test "$GCC" != yes ; then
2
2
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
4
4
if test "$enable_debug" != yes; then
5
5
CFLAGS="$CFLAGS -O" # any optimization breaks debug
6
6
fi
You can’t perform that action at this time.
0 commit comments