Skip to content

Commit 80f5af7

Browse files
committed
embed.fnc: Note that the file gets reformatted
Since 69e2d40, your changes here get reformatted and placed in a sorted order.
1 parent 4e22a3d commit 80f5af7

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

embed.fnc

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,15 @@
130130
: yourself, and from within it, refer to the function in its full
131131
: 'Perl_' form with any necessary thread context parameter.
132132
:
133+
: AUTOMATIC SORTING and FORMATTING of this file
134+
:
135+
: Don't spend any time trying to get your changes to this file to look nice,
136+
: or, for example, for the conditionals to be in order of importance. Any
137+
: changes you make here will be resorted and reformatted according to the
138+
: current rules in regen/embed.pl and regen/embed_lib.pl. Each entry's flags
139+
: will be sorted asciibetically. (This can cause hassles if the rules
140+
: change between when you make changes here and when you rebase.)
141+
:
133142
: Just below is a description of the relevant parts of the automatic
134143
: documentation generation system which heavily involves this file. Below that
135144
: is a description of all the flags used in this file.
@@ -645,8 +654,6 @@
645654
: Numeric arguments may also be prefixed with NZ, which will cause the
646655
: appropriate asserts to be generated to validate that this is the case.
647656
:
648-
: Flags should be sorted asciibetically.
649-
:
650657
: Please keep the next line *BLANK*
651658

652659
pr |void |abort_execution|NULLOK SV *msg_sv \

0 commit comments

Comments
 (0)