We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acfc467 commit 5935b58Copy full SHA for 5935b58
regen/embed.pl
@@ -482,14 +482,15 @@ sub generate_proto_h {
482
my $clean= normalize_group_content($proto_buffer);
483
484
my $fh = open_print_header("proto.h");
485
+
486
print $fh <<~"EOF";
- START_EXTERN_C
487
- $clean
488
- #ifdef PERL_CORE
489
- # include "pp_proto.h"
490
- #endif
491
- END_EXTERN_C
492
- EOF
+ START_EXTERN_C
+ $clean
+ #ifdef PERL_CORE
+ # include "pp_proto.h"
+ #endif
+ END_EXTERN_C
493
+ EOF
494
495
read_only_bottom_close_and_rename($fh) if ! $error_count;
496
}
0 commit comments