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

Commitd2d919f

Browse files
committed
tcl cleanup.
1 parent51fd8dd commitd2d919f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

‎src/bin/pgtclsh/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/bin/pgtclsh/Attic/Makefile,v 1.19 1998/10/1202:40:58 momjian Exp $
10+
# $Header: /cvsroot/pgsql/src/bin/pgtclsh/Attic/Makefile,v 1.20 1998/10/1204:32:22 momjian Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -19,7 +19,7 @@ include ../../Makefile.global
1919
#
2020
include Makefile.tcltkdefs
2121

22-
CFLAGS+= -I$(SRCDIR)/interfaces/libpgtcl
22+
CFLAGS+=$(X_CFLAGS) -I$(SRCDIR)/interfaces/libpgtcl
2323

2424
ifdefKRBVERS
2525
LDFLAGS+=$(KRBLIBS)
@@ -41,8 +41,8 @@ pgtclsh: pgtclAppInit.o
4141

4242
pgtksh: pgtkAppInit.o
4343
$(CC)$(CFLAGS)$(TK_DEFS) -o$@ pgtkAppInit.o\
44-
$(LIBPGTCL)$(LIBPQ)$(TK_LIB_SPEC)$(TK_LIBS)\
45-
$(TCL_LIB_SPEC)$(TCL_LIB)$(LDFLAGS)
44+
$(LIBPGTCL)$(LIBPQ)$(X_LIBS)$(TK_LIB_SPEC)$(TK_LIBS)\
45+
$(TCL_LIB_SPEC)$(TCL_LIB)$(X11_LIBS)$(LDFLAGS)
4646

4747
install: pgtclsh pgtksh
4848
$(INSTALL)$(INSTL_EXE_OPTS) pgtclsh$(BINDIR)/pgtclsh

‎src/pl/plpgsql/src/mklang.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
--
22
-- PL/pgSQL language declaration
33
--
4-
-- $Header: /cvsroot/pgsql/src/pl/plpgsql/src/Attic/mklang.sql,v 1.1 1998/08/24 19:14:48 momjian Exp $
4+
-- $Header: /cvsroot/pgsql/src/pl/plpgsql/src/Attic/mklang.sql,v 1.2 1998/10/12 04:32:24 momjian Exp $
55
--
66

77
createfunctionplpgsql_call_handler() returns opaque
8-
as'/usr/local/pgsql/lib/plpgsql.so'
8+
as'${exec_prefix}/lib/plpgsql.so'
99
language'C';
1010

1111
create trusted procedural language'plpgsql'

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp