projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
140b7a2
)
(re_search_2): Fix indentation.
author
Andreas Schwab
<schwab@suse.de>
Wed, 29 Apr 1998 09:23:15 +0000
(09:23 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Wed, 29 Apr 1998 09:23:15 +0000
(09:23 +0000)
regex.c
patch
|
blob
|
history
diff --git
a/regex.c
b/regex.c
index 76000894044ee4d4ce328fb9b9b149d66d6e7705..bbbfcc9fe5440abda86adfaa1127682df18b3514 100644
(file)
--- a/
regex.c
+++ b/
regex.c
@@
-3786,8
+3786,8
@@
re_search_2 (bufp, string1, size1, string2, size2, startpos, range, regs, stop)
/* Written out as an if-else to avoid testing `translate'
inside the loop. */
-
if (RE_TRANSLATE_P (translate))
-{
+ if (RE_TRANSLATE_P (translate))
+
{
if (multibyte)
while (range > lim)
{