]> granicus.if.org Git - postgresql/commitdiff
Change sh-style comments to C comments.
authorBruce Momjian <bruce@momjian.us>
Tue, 8 Oct 1996 22:23:19 +0000 (22:23 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 8 Oct 1996 22:23:19 +0000 (22:23 +0000)
src/include/config.h

index 0a9ae57be06ce6d0ab71e10311915f66b65a3680..ffae7d33739f6d46e47e1af56895b3e1cd8d514a 100644 (file)
@@ -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