Skip to content
Snippets Groups Projects
Commit de087e4c authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Added HAVE_WORKING_STRTOL.

Rev: src/acconfig.h:1.25
parent 63a6e047
No related branches found
No related tags found
No related merge requests found
/*
* $Id: acconfig.h,v 1.24 1998/05/24 22:40:21 marcus Exp $
* $Id: acconfig.h,v 1.25 1998/05/29 20:41:39 grubba Exp $
*/
#ifndef MACHINE_H
#define MACHINE_H
......@@ -110,6 +110,9 @@
#undef DOUBLE_IS_IEEE_BIG
#undef DOUBLE_IS_IEEE_LITTLE
/* Define this if strtol exists, and doesn't cut at 0x7fffffff */
#undef HAVE_WORKING_STRTOL
/* The rest of this file is just to eliminate warnings */
/* define if declaration of strchr is missing */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment