Skip to content
Snippets Groups Projects
Commit c306d06c authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Change sh-style comments to C comments.

parent dd09982f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment