提交 b1b90594 编写于 作者: B Bruce Momjian

Irix fixes from Murad Nayal

上级 8ac35b32
...@@ -370,8 +370,8 @@ TODO</A> for a list of known bugs, missing features, and future plans.<P> ...@@ -370,8 +370,8 @@ TODO</A> for a list of known bugs, missing features, and future plans.<P>
There is a nice tutorial at <A There is a nice tutorial at <A
HREF="http://w3.one.net/~jhoffman/sqltut.htm"> HREF="http://w3.one.net/~jhoffman/sqltut.htm">
http://w3.one.net/~jhoffman/sqltut.htm</A> and at <A http://w3.one.net/~jhoffman/sqltut.htm</A> and at <A
HREF="http://ourworld.compuserve.com/homepages/Graeme_Bircall/HTM_COOK.HTM"> HREF="http://ourworld.compuserve.com/homepages/graeme_birchall/HTM_COOK.HTM">
http://ourworld.compuserve.com/homepages/Graeme_Birchall/HTM_COOK.HTM.</A><P> http://ourworld.compuserve.com/homepages/graeme_birchall/HTM_COOK.HTM.</A><P>
Another one is "Teach Yourself SQL in 21 Days, Second Edition" at <A Another one is "Teach Yourself SQL in 21 Days, Second Edition" at <A
HREF="http://members.tripod.com/er4ebus/sql/index.htm"> HREF="http://members.tripod.com/er4ebus/sql/index.htm">
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
#ifndef _INTRINSIC_SQLEXT_H #ifndef _INTRINSIC_SQLEXT_H
# define _INTRINSIC_SQLEXT_H # define _INTRINSIC_SQLEXT_H
# include <isql.h> # include "isql.h"
# define SQL_STILL_EXECUTING 2 # define SQL_STILL_EXECUTING 2
# define SQL_NEED_DATA 99 # define SQL_NEED_DATA 99
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# Makefile for the pltcl shared object # Makefile for the pltcl shared object
# #
# IDENTIFICATION # IDENTIFICATION
# $Header: /cvsroot/pgsql/src/pl/tcl/Makefile,v 1.12 2000/04/21 03:28:17 tgl Exp $ # $Header: /cvsroot/pgsql/src/pl/tcl/Makefile,v 1.13 2000/05/22 23:56:44 momjian Exp $
# #
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
...@@ -66,7 +66,7 @@ CC = $(TCL_CC) ...@@ -66,7 +66,7 @@ CC = $(TCL_CC)
# Instead use TCL's CFLAGS plus necessary -I directives. # Instead use TCL's CFLAGS plus necessary -I directives.
# Can choose either TCL_CFLAGS_OPTIMIZE or TCL_CFLAGS_DEBUG here, as needed # Can choose either TCL_CFLAGS_OPTIMIZE or TCL_CFLAGS_DEBUG here, as needed
CFLAGS= $(TCL_CFLAGS_OPTIMIZE) CFLAGS+= $(TCL_CFLAGS_OPTIMIZE)
CFLAGS+= $(TCL_SHLIB_CFLAGS) $(TCL_DEFS) CFLAGS+= $(TCL_SHLIB_CFLAGS) $(TCL_DEFS)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册