Change sh-style comments to C comments.

This commit is contained in:
Bruce Momjian 1996-10-08 22:23:19 +00:00
parent dd09982f3e
commit c306d06cf9
1 changed files with 1 additions and 1 deletions

View 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