mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
(rand, srand): Definitions deleted.
This commit is contained in:
parent
b231f8a7d6
commit
b05867dcfa
@ -193,10 +193,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
/* Use the system provided termcap(3) library */
|
||||
#define TERMINFO
|
||||
|
||||
#if 0
|
||||
/* The 48-bit versions are more winning for Emacs. */
|
||||
|
||||
#define rand lrand48
|
||||
#define srand srand48
|
||||
#endif
|
||||
|
||||
/* In hpux, the symbol SIGIO is defined, but the feature
|
||||
doesn't work in the way Emacs needs it to.
|
||||
|
Loading…
Reference in New Issue
Block a user