X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/aaf63e45b65d35bb506e431ffa8360f259ee393c..53e2cd1ebd0a99048610004ccb7ba11d351981bc:/src/system.h?ds=sidebyside diff --git a/src/system.h b/src/system.h index 1ae6a6b4..bf7f59f9 100644 --- a/src/system.h +++ b/src/system.h @@ -38,11 +38,6 @@ # include # include # include - -# if HAVE_SYS_TYPES_H -# include -# endif - # include # include @@ -105,7 +100,6 @@ typedef size_t uintptr_t; # define ATTRIBUTE_UNUSED __attribute__ ((__unused__)) # endif -# define FUNCTION_PRINT() fprintf (stderr, "%s: ", __func__) /*------. | NLS. |