Skip to content

Commit 322d8a0

Browse files
Branislav Zahradníkthibaultduponchelle
authored andcommitted
[regen/keywords] Order keywords alphabetically
1 parent 8198bf1 commit 322d8a0

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

keywords.c

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

keywords.h

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

regen/keywords.pl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -118,21 +118,21 @@ END
118118
__END__
119119
120120
NULL
121-
-__FILE__
122-
-__LINE__
123-
-__PACKAGE__
124121
-__CLASS__
125122
+__DATA__
126123
+__END__
124+
-__FILE__
125+
-__LINE__
126+
-__PACKAGE__
127127
-__SUB__
128128
+ADJUST
129129
+AUTOLOAD
130130
+BEGIN
131-
+UNITCHECK
131+
+CHECK
132132
+DESTROY
133133
+END
134134
+INIT
135-
+CHECK
135+
+UNITCHECK
136136
-abs
137137
-accept
138138
-alarm
@@ -358,8 +358,8 @@ END
358358
-time
359359
-times
360360
+tr
361-
+try
362361
-truncate
362+
+try
363363
-uc
364364
-ucfirst
365365
-umask

0 commit comments

Comments
 (0)