]> granicus.if.org Git - postgresql/commit
The attached patches fix the following problems:
authorBruce Momjian <bruce@momjian.us>
Fri, 11 Sep 1998 16:56:24 +0000 (16:56 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 11 Sep 1998 16:56:24 +0000 (16:56 +0000)
commitf1ab71ec5f2614540587282bcaa4dad44a54efa7
tree9329e0bbd635d259f41403b6075a9aeb279ca05a
parent339d2769a1ba86b292bcef5c3903766ae256538b
The attached patches fix the following problems:

1.  The UnixWare tas macro was reformatted (by indent or it like?) which caused
    it to break.  The asm macro construct is very particular about the %mem
    construct -- it has to start in column 1.

2.  When compiling libpq++, g++ was used even if configure found the C++ com-
    piler to be CC.

3.  When compiling libpq++, '-Wno-error' was added to CXXFLAGS, even if the
    compiler wasn't g++.

Billy G. Allie
src/configure.in
src/include/storage/s_lock.h
src/interfaces/libpq++/Makefile.in [moved from src/interfaces/libpq++/Makefile with 97% similarity]
src/tools/pgindent/README