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
55e572ef
Commit
55e572ef
authored
Sep 30, 2010
by
Dan Nicolaescu
Browse files
* src/xml.c (parse_string): Use const.
parent
d4b6d95d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/xml.c
src/xml.c
+1
-1
No files found.
src/ChangeLog
View file @
55e572ef
2010-09-30 Dan Nicolaescu <dann@ics.uci.edu>
* xml.c (parse_string): Use const.
2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
* eval.c (Fbacktrace): Don't overwrite print-level on exit. Also
...
...
src/xml.c
View file @
55e572ef
...
...
@@ -80,7 +80,7 @@ parse_string (Lisp_Object string, Lisp_Object base_url, int htmlp)
xmlNode
*
node
;
Lisp_Object
result
=
Qnil
;
int
ibeg
,
iend
;
char
*
burl
=
""
;
const
char
*
burl
=
""
;
LIBXML_TEST_VERSION
;
...
...
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