Mercurial > emacs
comparison src/sysdep.c @ 65425:6de0727c40ae
Don't #undef NULL after including blockinput.h.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 10 Sep 2005 14:31:12 +0000 |
parents | e5d4c2f48bb3 |
children | 52cdcffb8710 de684325b343 10fe5fadaf89 |
comparison
equal
deleted
inserted
replaced
65424:e5d4c2f48bb3 | 65425:6de0727c40ae |
---|---|
45 extern void srandom P_ ((unsigned int)); | 45 extern void srandom P_ ((unsigned int)); |
46 #endif | 46 #endif |
47 #endif | 47 #endif |
48 | 48 |
49 #include "blockinput.h" | 49 #include "blockinput.h" |
50 #undef NULL | |
51 | 50 |
52 #ifdef MAC_OS8 | 51 #ifdef MAC_OS8 |
53 /* It is essential to include stdlib.h so that this file picks up | 52 /* It is essential to include stdlib.h so that this file picks up |
54 the correct definitions of rand, srand, and RAND_MAX. | 53 the correct definitions of rand, srand, and RAND_MAX. |
55 Otherwise random numbers will not work correctly. */ | 54 Otherwise random numbers will not work correctly. */ |