Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ddc447fc
Commit
ddc447fc
authored
Nov 14, 2002
by
Dave Love
Browse files
(scan_sexps_forward):
Declare all args (per C99).
parent
250368af
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/syntax.c
src/syntax.c
+1
-1
No files found.
src/syntax.c
View file @
ddc447fc
...
...
@@ -2467,7 +2467,7 @@ scan_sexps_forward (stateptr, from, from_byte, end, targetdepth,
stopbefore
,
oldstate
,
commentstop
)
struct
lisp_parse_state
*
stateptr
;
register
int
from
;
int end, targetdepth, stopbefore;
int
end
,
targetdepth
,
stopbefore
,
from_byte
;
Lisp_Object
oldstate
;
int
commentstop
;
{
...
...
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