Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3ecaf7e5
Commit
3ecaf7e5
authored
Nov 04, 2001
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include unistd.h, if it exists.
parent
409847a1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
src/ChangeLog
src/ChangeLog
+8
-0
src/xfns.c
src/xfns.c
+4
-0
No files found.
src/ChangeLog
View file @
3ecaf7e5
2001-11-03 Richard M. Stallman <rms@gnu.org>
* xfns.c: Include unistd.h, if it exists.
* editfns.c: Move the include of ctype.h after unistd.h.
* gmalloc.c: Test BROKEN_PROTOTYPES.
2001-11-03 Ken Raeburn <raeburn@gnu.org>
2001-11-03 Ken Raeburn <raeburn@gnu.org>
* lisp.h (CHECK_STRING_CAR): New macro.
* lisp.h (CHECK_STRING_CAR): New macro.
...
...
src/xfns.c
View file @
3ecaf7e5
...
@@ -24,6 +24,10 @@ Boston, MA 02111-1307, USA. */
...
@@ -24,6 +24,10 @@ Boston, MA 02111-1307, USA. */
#include <stdio.h>
#include <stdio.h>
#include <math.h>
#include <math.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
/* This makes the fields of a Display accessible, in Xlib header files. */
/* This makes the fields of a Display accessible, in Xlib header files. */
#define XLIB_ILLEGAL_ACCESS
#define XLIB_ILLEGAL_ACCESS
...
...
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