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

Commite2292e0

Browse files
committed
Add missing paren for hpux.
1 parentf3ceb0a commite2292e0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎src/Makefile.global.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.9 1997/02/06 06:33:47 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.10 1997/02/08 20:39:24 momjian Exp $
1111
#
1212
# NOTES
1313
# Essentially all Postgres make files include this file and use the
@@ -409,7 +409,7 @@ ifeq ($(PORTNAME), hpux)
409409
# -W l,-Eexport symbols for linking with the shared libraries
410410
#dynamic loader
411411

412-
ifeq $(CC), cc)
412+
ifeq($(CC), cc)
413413
CFLAGS_BE= -W l,-E
414414
LDFLAGS_BE= -W l,-E
415415
endif

‎src/include/c.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: c.h,v 1.6 1996/12/26 17:53:24 momjian Exp $
10+
* $Id: c.h,v 1.7 1997/02/08 20:39:50 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -734,7 +734,7 @@ extern char *form(char *fmt, ...);
734734
*/
735735

736736
#if defined(hpux)
737-
#include"port/hpux/fixade.h"/* for8.07unaligned access fixup */
737+
#include"port/hpux/fixade.h"/* for unaligned access fixup */
738738
#endif/* hpux */
739739

740740
#if defined(sunos4)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp