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
b5752bd1
Commit
b5752bd1
authored
Feb 11, 1992
by
Jim Blandy
Browse files
*** empty log message ***
parent
62ae71c2
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
etc/MACHINES
etc/MACHINES
+4
-1
src/callproc.c
src/callproc.c
+3
-0
src/s/hpux.h
src/s/hpux.h
+1
-1
No files found.
etc/MACHINES
View file @
b5752bd1
...
...
@@ -434,7 +434,10 @@ Intel 386 (-machine=intel386 or -machine=is386;
18.58 should support a wide variety of operating systems.
Use -opsystem=isc2-2 for Interactive 386/ix version 2.2.
Use -opsystem=386ix for prior versions.
Use -opsystem=esix for Esix. It isn't clear what to do on an SCO system.
Use -opsystem=esix for Esix.
It isn't clear what to do on an SCO system. The system's C
preprocessor doesn't seem to handle the src subdirectory's Make
trickery, so you will probably need to install the GNU C preprocessor.
If you are using Xenix, see notes above under Xenix.
...
...
src/callproc.c
View file @
b5752bd1
...
...
@@ -247,6 +247,9 @@ If you quit, the process is killed with SIGKILL.")
return
Qnil
;
}
synch_process_death
=
0
;
synch_process_retcode
=
0
;
record_unwind_protect
(
call_process_cleanup
,
Fcons
(
make_number
(
fd
[
0
]),
make_number
(
pid
)));
...
...
src/s/hpux.h
View file @
b5752bd1
...
...
@@ -133,7 +133,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
so that Emacs can tell instantly when you try to modify
a file that someone else has modified in his Emacs. */
/*
#define CLASH_DETECTION
*/
#define CLASH_DETECTION
/* Define SHORTNAMES if the C compiler can distinguish only
short names. It means that the stuff in ../shortnames
...
...
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