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
b861616a
Commit
b861616a
authored
Oct 02, 2014
by
Stefan Monnier
Browse files
* src/lisp.h: Fix up compilation for USE_STACK_LISP_OBJECTS=false.
parent
64a67db3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
src/ChangeLog
src/ChangeLog
+2
-0
src/lisp.h
src/lisp.h
+1
-1
No files found.
src/ChangeLog
View file @
b861616a
2014-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
* lisp.h: Fix up compilation for USE_STACK_LISP_OBJECTS=false.
* nsselect.m (ns-own-selection-internal, ns-disown-selection-internal):
Rename from the "x-" prefix.
...
...
src/lisp.h
View file @
b861616a
...
...
@@ -4658,7 +4658,7 @@ enum
/* Check whether stack-allocated strings are ASCII-only. */
#ifdef
ENABLE_CHECKING
#if
def
ined (
ENABLE_CHECKING
) && USE_STACK_LISP_OBJECTS
extern const char *verify_ascii (const char *);
#else
# define verify_ascii(str) (str)
...
...
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