1
0
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:
Richard M. Stallman 1993-05-26 18:38:33 +00:00
parent b231f8a7d6
commit b05867dcfa

View File

@ -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.