summaryrefslogtreecommitdiff
path: root/src/include/commands/proclang.h
diff options
context:
space:
mode:
authorBruce Momjian1999-02-13 23:22:53 +0000
committerBruce Momjian1999-02-13 23:22:53 +0000
commit6724a5078748946b8150700125571b6ea62feca8 (patch)
treea7b3f2cf82f0bdb7cf836d1d4614a0e3b32df954 /src/include/commands/proclang.h
parent8c3fff7337b6389b00e8dda03a079605ee102f1b (diff)
Change my-function-name-- to my_function_name, and optimizer renames.
Diffstat (limited to 'src/include/commands/proclang.h')
-rw-r--r--src/include/commands/proclang.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/commands/proclang.h b/src/include/commands/proclang.h
index b1ad0f8493b..f39a6498fb0 100644
--- a/src/include/commands/proclang.h
+++ b/src/include/commands/proclang.h
@@ -1,6 +1,6 @@
/*-------------------------------------------------------------------------
*
- * proclang.h--
+ * proclang.h
* prototypes for proclang.c.
*
*