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 e30019b commit b2ae93eCopy full SHA for b2ae93e
regen/embed.pl
@@ -453,14 +453,15 @@ sub generate_proto_h {
453
my $clean= normalize_group_content($proto_buffer);
454
455
my $fh = open_print_header("proto.h");
456
+
457
print $fh <<~"EOF";
- START_EXTERN_C
458
- $clean
459
- #ifdef PERL_CORE
460
- # include "pp_proto.h"
461
- #endif
462
- END_EXTERN_C
463
- EOF
+ START_EXTERN_C
+ $clean
+ #ifdef PERL_CORE
+ # include "pp_proto.h"
+ #endif
+ END_EXTERN_C
464
+ EOF
465
466
read_only_bottom_close_and_rename($fh) if ! $error_count;
467
}
0 commit comments