Hackfix and re-enable strtoull and wcstoull, see bug #3798.
[sdcc.git] / sdcc / support / cpp / config.h
blobc6bbaa20c63a0e08557a379c145994b9b6024c9d
1 #include "auto-host.h"
2 /* Provide three core typedefs used by everything, if we are compiling
3 GCC. These used to be found in rtl.h and tree.h, but this is no
4 longer practical. Providing these here rather that system.h allows
5 the typedefs to be used everywhere within GCC. */
6 struct rtx_def;
7 typedef struct rtx_def *rtx;
8 struct rtvec_def;
9 typedef struct rtvec_def *rtvec;
10 union tree_node;
11 typedef union tree_node *tree;