Navigation Menu

Skip to content

Commit

Permalink
XXX check if using ppport IO.xs: Remove fallback code furnished by pp…
Browse files Browse the repository at this point in the history
…port
  • Loading branch information
khwilliamson committed Jan 27, 2023
1 parent b09783f commit 80fa38f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions dist/IO/IO.xs
Expand Up @@ -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)
Expand All @@ -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)
{
Expand Down

0 comments on commit 80fa38f

Please sign in to comment.