From c306d06cf9d48e3e861f63fba19affd42a83c6d3 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 8 Oct 1996 22:23:19 +0000 Subject: [PATCH] Change sh-style comments to C comments. --- src/include/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/config.h b/src/include/config.h index 0a9ae57be0..ffae7d3373 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 -- 2.11.0