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
09740ad8
Commit
09740ad8
authored
Jul 01, 2002
by
Andrew Choi
Browse files
2002-07-01 Andrew Choi <akochoi@shaw.ca>
* s/darwin.h: Define POSIX_SIGNALS.
parent
ffe5000a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
src/ChangeLog
src/ChangeLog
+2
-0
src/s/darwin.h
src/s/darwin.h
+7
-1
No files found.
src/ChangeLog
View file @
09740ad8
2002-07-01 Andrew Choi <akochoi@shaw.ca>
* s/darwin.h: Define POSIX_SIGNALS.
* macterm.c (do_ae_open_documents) [MAC_OSX]: Call FSpMakeFSRef
and FSRefMakePath to convert FSSpec returned with Apple Event to
Posix pathname.
...
...
src/s/darwin.h
View file @
09740ad8
/* System description header file for Darwin (Mac OS X).
Copyright (C) 2001 Free Software Foundation, Inc.
Copyright (C) 2001
, 2002
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
@@ -291,6 +291,12 @@ Boston, MA 02111-1307, USA. */
struct
kboard
;
#endif
/* This makes create_process in process.c save and restore signal
handlers correctly. Suggested by Nozomu Ando.*/
#define POSIX_SIGNALS
#ifdef temacs
#define malloc unexec_malloc
#define realloc unexec_realloc
...
...
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