diff options
Diffstat (limited to 'usr.bin/mg/funmap.c')
-rw-r--r-- | usr.bin/mg/funmap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mg/funmap.c b/usr.bin/mg/funmap.c index e673a3945b4..657422b2c86 100644 --- a/usr.bin/mg/funmap.c +++ b/usr.bin/mg/funmap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: funmap.c,v 1.14 2005/05/30 13:13:50 jason Exp $ */ +/* $OpenBSD: funmap.c,v 1.15 2005/10/14 15:45:38 deraadt Exp $ */ /* * Copyright (c) 2001 Artur Grabowski <art@openbsd.org>. All rights reserved. * @@ -176,8 +176,8 @@ static struct funmap functnames[] = { {showcwdir, "pwd",}, #endif /* !NO_DIR */ {queryrepl, "query-replace",}, - {replstr, "replace-string",}, #ifdef REGEX + {replstr, "replace-string",}, {re_queryrepl, "query-replace-regexp",}, #endif /* REGEX */ {quote, "quoted-insert",}, |