summaryrefslogtreecommitdiff
path: root/ex/ex_abbrev.c
diff options
context:
space:
mode:
Diffstat (limited to 'ex/ex_abbrev.c')
-rw-r--r--ex/ex_abbrev.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ex/ex_abbrev.c b/ex/ex_abbrev.c
index 662488966717a..5fd5735d1df8e 100644
--- a/ex/ex_abbrev.c
+++ b/ex/ex_abbrev.c
@@ -31,7 +31,7 @@ static const char sccsid[] = "$Id: ex_abbrev.c,v 10.10 2001/12/16 18:18:54 skimo
* ex_abbr -- :abbreviate [key replacement]
* Create an abbreviation or display abbreviations.
*
- * PUBLIC: int ex_abbr __P((SCR *, EXCMD *));
+ * PUBLIC: int ex_abbr(SCR *, EXCMD *);
*/
int
ex_abbr(SCR *sp, EXCMD *cmdp)
@@ -95,7 +95,7 @@ ex_abbr(SCR *sp, EXCMD *cmdp)
* ex_unabbr -- :unabbreviate key
* Delete an abbreviation.
*
- * PUBLIC: int ex_unabbr __P((SCR *, EXCMD *));
+ * PUBLIC: int ex_unabbr(SCR *, EXCMD *);
*/
int
ex_unabbr(SCR *sp, EXCMD *cmdp)