diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-10-14 15:45:39 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-10-14 15:45:39 +0000 |
commit | 5694f68839fd055853f71435b09b09d9c5091bc6 (patch) | |
tree | 1c70b7c04880f4aa9d114c45476346934b4247b9 /usr.bin | |
parent | a445bb9547320c8889a5c3717b1a254605533a85 (diff) |
more replstr into the #ifdef
Diffstat (limited to 'usr.bin')
-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",}, |