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:
parent
2d82f7b90d
commit
1df181b65f
1 changed files with 6 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue