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 8fdea23 commit e3c6b29Copy full SHA for e3c6b29
regen/embed.pl
@@ -481,14 +481,15 @@ sub generate_proto_h {
481
my $clean= normalize_group_content($proto_buffer);
482
483
my $fh = open_print_header("proto.h");
484
+
485
print $fh <<~"EOF";
- START_EXTERN_C
486
- $clean
487
- #ifdef PERL_CORE
488
- # include "pp_proto.h"
489
- #endif
490
- END_EXTERN_C
491
- EOF
+ START_EXTERN_C
+ $clean
+ #ifdef PERL_CORE
+ # include "pp_proto.h"
+ #endif
+ END_EXTERN_C
492
+ EOF
493
494
read_only_bottom_close_and_rename($fh) if ! $error_count;
495
}
0 commit comments