Skip to content

Commit

Permalink
tosquash use EXTERN_C to keep g++ happy (thanks alh)
Browse files Browse the repository at this point in the history
  • Loading branch information
leonerd committed Oct 2, 2024
1 parent 713e1d7 commit bf454f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op.c
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ recursive, but it's recursive on basic blocks, not on tree nodes.
static const char array_passed_to_stat[] = "Array passed to stat will be coerced to a scalar";

/* UGH!! */
extern void XS_builtin_indexed(pTHX_ CV *);
EXTERN_C void XS_builtin_indexed(pTHX_ CV *);

/* remove any leading "empty" ops from the op_next chain whose first
* node's address is stored in op_p. Store the updated address of the
Expand Down

0 comments on commit bf454f3

Please sign in to comment.