Commit c306d06c authored by Bruce Momjian's avatar Bruce Momjian

Change sh-style comments to C comments.

parent dd09982f
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
* NOTE also that databases with different NAMEDATALEN's cannot interoperate! * NOTE also that databases with different NAMEDATALEN's cannot interoperate!
*/ */
#define NAMEDATALEN 32 #define NAMEDATALEN 32
# OIDNAMELEN should be set to NAMEDATALEN + sizeof(Oid) /* OIDNAMELEN should be set to NAMEDATALEN + sizeof(Oid) */
#define OIDNAMELEN 36 #define OIDNAMELEN 36
/* turn this on if you prefer European style dates instead of American /* turn this on if you prefer European style dates instead of American
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment