From 6f17796c0cb3f64c2e3a106f22c03b0ff63630f7 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Wed, 16 Dec 2020 13:19:47 -0700 Subject: [PATCH] XXX check if using ppport IO.xs: Remove fallback code furnished by ppport --- dist/IO/IO.xs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/dist/IO/IO.xs b/dist/IO/IO.xs index db78f4d9f0a9..381488347248 100644 --- a/dist/IO/IO.xs +++ b/dist/IO/IO.xs @@ -56,10 +56,6 @@ typedef FILE * OutputStream; # define NORETURN_FUNCTION_END /* NOT REACHED */ return 0 #endif -#ifndef OpSIBLING -# define OpSIBLING(o) (o)->op_sibling -#endif - static int not_here(const char *s) __attribute__noreturn__; static int not_here(const char *s) @@ -68,10 +64,6 @@ not_here(const char *s) NORETURN_FUNCTION_END; } -#ifndef PerlIO -#define PerlIO_fileno(f) fileno(f) -#endif - static int io_blocking(pTHX_ InputStream f, int block) {