From: Bruce Momjian Date: Tue, 8 Oct 1996 22:23:19 +0000 (+0000) Subject: Change sh-style comments to C comments. X-Git-Tag: REL2_0~475 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c306d06cf9d48e3e861f63fba19affd42a83c6d3;p=thirdparty%2Fpostgresql.git Change sh-style comments to C comments. --- diff --git a/src/include/config.h b/src/include/config.h index 0a9ae57be06..ffae7d33739 100644 --- a/src/include/config.h +++ b/src/include/config.h @@ -55,7 +55,7 @@ * NOTE also that databases with different NAMEDATALEN's cannot interoperate! */ #define NAMEDATALEN 32 -# OIDNAMELEN should be set to NAMEDATALEN + sizeof(Oid) +/* OIDNAMELEN should be set to NAMEDATALEN + sizeof(Oid) */ #define OIDNAMELEN 36 /* turn this on if you prefer European style dates instead of American