]> git.saurik.com Git - bison.git/blobdiff - src/system.h
Merge remote-tracking branch 'origin/maint'
[bison.git] / src / system.h
index eba7845ee906c5418534fef1d28219c4d1187a68..0395a0c090902feb4361f4b9f6cf3fd1900fef6c 100644 (file)
 #define STRPREFIX_LIT(Literal, S)               \
   (STRNCMP_LIT (S, Literal) == 0)
 
-#if HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
-
 #include <unistd.h>
 #include <inttypes.h>
 
@@ -118,7 +114,6 @@ typedef size_t uintptr_t;
 # define ATTRIBUTE_UNUSED __attribute__ ((__unused__))
 #endif
 
-#define FUNCTION_PRINT() fprintf (stderr, "%s: ", __func__)
 
 /*------.
 | NLS.  |