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
9f32a766
Commit
9f32a766
authored
Jun 01, 2010
by
Dan Nicolaescu
Browse files
* src/s/sol2-6.h: Remove obsolete comments.
parent
c55d2abf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
12 deletions
+2
-12
src/ChangeLog
src/ChangeLog
+2
-0
src/s/sol2-6.h
src/s/sol2-6.h
+0
-12
No files found.
src/ChangeLog
View file @
9f32a766
2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
* s/sol2-6.h: Remove obsolete comments.
Remove unnecessary alloca.h includes.
* keymap.c: Do not include alloca.h, config.h does that.
* sysdep.c: Likewise. Do not define fwrite, not used.
...
...
src/s/sol2-6.h
View file @
9f32a766
...
...
@@ -63,18 +63,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
pty_name[sizeof (pty_name) - 1] = 0; \
}
/* This is the only known way to avoid some crashes
that seem to relate to screwed up malloc data
after deleting a frame. */
/* rms: I think the problems using ralloc had to do with system
libraries that called the system malloc even if we linked in the
GNU malloc. I could not see any way to fix the problem except to
have just one malloc and that had to be the system one. */
/* This is not always necessary. Turned off at present for testers to
identify any problems with gmalloc more accurately. */
/* #define SYSTEM_MALLOC */
/* Probably OK also on earlier versions. */
#define GC_SETJMP_WORKS 1
#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS
...
...
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