Skip to content

Commit c40cc69

Browse files
committed
embed.fnc: Remove no longer used G flag
The purpose of this flag has been removed in the past few commits
1 parent 6c0b7dd commit c40cc69

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

embed.fnc

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -443,13 +443,6 @@
443443
: flag even on a format function is if the format would generate error:
444444
: format string argument is not a string type
445445
:
446-
: 'G' Suppress empty PERL_ARGS_ASSERT_foo macro. Normally such a macro is
447-
: generated for all entries for functions 'foo' in this file. The macro
448-
: is empty unless regen/embed.pl deems that there should be assert()
449-
: calls to verify the sanity of some or all of foo's arguments.
450-
:
451-
: proto.h: An empty PERL_ARGS_ASSERT macro is not defined
452-
:
453446
: 'h' Hide any documentation that would normally go into perlapi or
454447
: perlintern. This is typically used when the documentation is actually
455448
: in another pod. If you don't use the 'h', that documentation is

0 commit comments

Comments
 (0)