commit 9eaa50d69cab1f32b6ad2d3c912a07cff7e2fd20
parent 61848f172a262981fc16ce683c238354f9b67cff
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date: Tue, 9 Jan 2007 23:42:34 +0000
more miscellaneous comment fixes
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4025 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/search.c b/src/search.c
@@ -39,8 +39,6 @@ static bool history_changed = FALSE;
static bool regexp_compiled = FALSE;
/* Have we compiled any regular expressions? */
-/* Regular expression helper functions. */
-
/* Compile the regular expression regexp to see if it's valid. Return
* TRUE if it is, or FALSE otherwise. */
bool regexp_init(const char *regexp)