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
5ebb1ee6
Commit
5ebb1ee6
authored
Jun 18, 2013
by
Paul Eggert
Browse files
Spelling fixes.
parent
f7e3f7cd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
etc/DEBUG
etc/DEBUG
+1
-1
src/lisp.h
src/lisp.h
+1
-1
No files found.
etc/DEBUG
View file @
5ebb1ee6
...
...
@@ -26,7 +26,7 @@ described in the node "Auto-loading safe path" in the GDB user manual.
** When you are trying to analyze failed assertions or backtraces, it
is essential to compile Emacs with flags suitable for debugging.
With GCC 4.8 or later, you can invoke 'make' with CFLAGS="-Og -g3".
With older GCC or non-GCC com
m
pilers, you can use CFLAGS="-O0 -g3".
With older GCC or non-GCC compilers, you can use CFLAGS="-O0 -g3".
With GCC and higher optimization levels such as -O2, the
-fno-omit-frame-pointer and -fno-crossjumping options are often
essential. The latter prevents GCC from using the same abort call for
...
...
src/lisp.h
View file @
5ebb1ee6
...
...
@@ -226,7 +226,7 @@ enum enum_USE_LSB_TAG { USE_LSB_TAG = 0 };
would otherwise cause a serious performance problem.
For each such operation OP, define a macro lisp_h_OP that contains
the operation's implementation. That way, OP can be implement
at
ed
the operation's implementation. That way, OP can be implemented
via a macro definition like this:
#define OP(x) lisp_h_OP (x)
...
...
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