more miscellaneous comment fixes
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4025 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
61848f172a
commit
9eaa50d69c
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue