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
1bfb1345
Commit
1bfb1345
authored
Jan 10, 2001
by
Dave Love
Browse files
(random): Revert the declaration.
parent
97878c08
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
src/ChangeLog
src/ChangeLog
+5
-1
src/sysdep.c
src/sysdep.c
+5
-0
No files found.
src/ChangeLog
View file @
1bfb1345
2001-01-10 Dave Love <fx@gnu.org>
* sysdep.c (random): Revert the declaration.
2001-01-09 Gerd Moellmann <gerd@gnu.org>
* lisp.h (STRING_BYTES) [GC_CHECK_STRING_BYTES]: Call
...
...
@@ -44,7 +48,7 @@
* xterm.c (XTread_socket) <LeaveNotify>: Set help_echo to nil.
2001-01-07 Dave Love <
d.love@dl.ac.uk
>
2001-01-07 Dave Love <
fx@gnu.org
>
* keyboard.c (Fread_key_sequence_vector): Avoid newline in
arglist, for documentation's sake.
...
...
src/sysdep.c
View file @
1bfb1345
...
...
@@ -30,7 +30,12 @@ Boston, MA 02111-1307, USA. */
/* Including stdlib.h isn't necessarily enough to get srandom
declared, e.g. without __USE_XOPEN_EXTENDED with glibc 2. */
#ifdef HAVE_RANDOM
#if 0 /* It turns out that defining _OSF_SOURCE in osf5-0.h gets
random prototyped as returning `int'. It looks to me as
though the best way to DTRT is to prefer the rand48 functions
(per libc.info). -- fx */
extern long int random P_ ((void));
#endif
#if 0 /* Don't prototype srandom; it takes an unsigned argument on
some systems, and an unsigned long on others, like FreeBSD
4.1. */
...
...
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