1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 23:10:47 -08:00

[! emacs] [HAVE_CONFIG_H]: #include "config.h"

This commit is contained in:
Roland McGrath 1992-12-29 21:58:10 +00:00
parent 2d82f7b90d
commit 1df181b65f

View file

@ -36,7 +36,13 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifdef __STDC__
typedef void *POINTER;
#else
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
typedef char *POINTER;
#endif
typedef unsigned long SIZE;