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
407fa601
Commit
407fa601
authored
Nov 14, 2002
by
Francesco Potortì
Browse files
sparc-sun-solaris2.8
parent
816753a7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
25 additions
and
0 deletions
+25
-0
configure.in
configure.in
+5
-0
src/ChangeLog
src/ChangeLog
+4
-0
src/s/sol2-8.h
src/s/sol2-8.h
+16
-0
No files found.
configure.in
View file @
407fa601
...
...
@@ -952,6 +952,11 @@ case "${canonical}" in
NON_GNU_CPP=/usr/ccs/lib/cpp
RANLIB="ar -ts"
;;
*-sunos5.8* | *-solaris2.8* )
opsys=sol2-8
NON_GNU_CPP=/usr/ccs/lib/cpp
RANLIB="ar -ts"
;;
*-sunos5* | *-solaris* )
opsys=sol2-6
NON_GNU_CPP=/usr/ccs/lib/cpp
...
...
src/ChangeLog
View file @
407fa601
2002-11-14 Francesco Potorti` <pot@gnu.org>
* s/sol2-8.h: New file.
2002-11-14 Kim F. Storm <storm@cua.dk>
* buffer.c (syms_of_buffer) <mode-line-format>: Document symbol
...
...
src/s/sol2-8.h
0 → 100644
View file @
407fa601
/* Handle Solaris 2.8. */
#include "sol2-5.h"
/* Redundant but differing definitions for bcopy, bcmp, and bzero are
causing problems. Get rid of the emacs overrides for these. */
#ifdef bcopy
#undef bcopy
#endif
#ifdef bcmp
#undef bcmp
#endif
#ifdef bzero
#undef bzero
#endif
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