Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1521aef

Browse files
committed
SUNOS4_CC -> SUNOS_CC.
1 parent9ebe05c commit1521aef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎src/backend/storage/lmgr/s_lock.c

Lines changed: 2 additions & 2 deletions
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-
#ifdefSUNOS4_CC
244+
#ifdefSUNOS_CC
245245
asm(".seg \"data\"");
246246
asm(".seg \"text\"");
247247
#else

‎src/template/sunos4

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp