Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
4f55e211
Commit
4f55e211
authored
Jun 30, 2004
by
Stefan Monnier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(skip_chars): Remove unused labels fwd_unibyte_ok and back_unibyte_ok.
parent
bd2cbd56
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
src/syntax.c
src/syntax.c
+0
-2
No files found.
src/syntax.c
View file @
4f55e211
...
...
@@ -1734,7 +1734,6 @@ skip_chars (forwardp, syntaxp, string, lim, handle_iso_classes)
if
(
!
fastmap
[
*
p
])
break
;
fwd_unibyte_ok:
p
++
,
pos
++
;
}
}
...
...
@@ -1808,7 +1807,6 @@ skip_chars (forwardp, syntaxp, string, lim, handle_iso_classes)
if
(
!
fastmap
[
p
[
-
1
]])
break
;
back_unibyte_ok:
p
--
,
pos
--
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment