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

Commitb1b9059

Browse files
committed
Irix fixes from Murad Nayal
1 parent8ac35b3 commitb1b9059

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

‎doc/src/FAQ.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,8 +370,8 @@ <H4><A NAME="1.10">1.10</A>)How can I learn SQL?</H4><P>
370370
There is a nice tutorial at<A
371371
HREF="http://w3.one.net/~jhoffman/sqltut.htm">
372372
http://w3.one.net/~jhoffman/sqltut.htm</A> and at<A
373-
HREF="http://ourworld.compuserve.com/homepages/Graeme_Bircall/HTM_COOK.HTM">
374-
http://ourworld.compuserve.com/homepages/Graeme_Birchall/HTM_COOK.HTM.</A><P>
373+
HREF="http://ourworld.compuserve.com/homepages/graeme_birchall/HTM_COOK.HTM">
374+
http://ourworld.compuserve.com/homepages/graeme_birchall/HTM_COOK.HTM.</A><P>
375375

376376
Another one is "Teach Yourself SQL in 21 Days, Second Edition" at<A
377377
HREF="http://members.tripod.com/er4ebus/sql/index.htm">

‎src/interfaces/odbc/isqlext.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#ifndef_INTRINSIC_SQLEXT_H
66
# define_INTRINSIC_SQLEXT_H
77

8-
# include<isql.h>
8+
# include"isql.h"
99

1010
# defineSQL_STILL_EXECUTING 2
1111
# defineSQL_NEED_DATA99

‎src/pl/tcl/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Makefile for the pltcl shared object
55
#
66
# IDENTIFICATION
7-
# $Header: /cvsroot/pgsql/src/pl/tcl/Makefile,v 1.12 2000/04/21 03:28:17 tgl Exp $
7+
# $Header: /cvsroot/pgsql/src/pl/tcl/Makefile,v 1.13 2000/05/22 23:56:44 momjian Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -66,7 +66,7 @@ CC = $(TCL_CC)
6666
# Instead use TCL's CFLAGS plus necessary -I directives.
6767

6868
# Can choose either TCL_CFLAGS_OPTIMIZE or TCL_CFLAGS_DEBUG here, as needed
69-
CFLAGS=$(TCL_CFLAGS_OPTIMIZE)
69+
CFLAGS+=$(TCL_CFLAGS_OPTIMIZE)
7070

7171
CFLAGS+=$(TCL_SHLIB_CFLAGS)$(TCL_DEFS)
7272

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp