Skip to content

Commit 108d26e

Browse files
author
Branislav Zahradník
committed
[regen/keywords] Order keywords alphabetically
1 parent 4e79bf4 commit 108d26e

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
@@ -117,21 +117,21 @@ END
117117
__END__
118118
119119
NULL
120-
-__FILE__
121-
-__LINE__
122-
-__PACKAGE__
123120
-__CLASS__
124121
+__DATA__
125122
+__END__
123+
-__FILE__
124+
-__LINE__
125+
-__PACKAGE__
126126
-__SUB__
127127
+ADJUST
128128
+AUTOLOAD
129129
+BEGIN
130-
+UNITCHECK
130+
+CHECK
131131
+DESTROY
132132
+END
133133
+INIT
134-
+CHECK
134+
+UNITCHECK
135135
-abs
136136
-accept
137137
-alarm
@@ -357,8 +357,8 @@ END
357357
-time
358358
-times
359359
+tr
360-
+try
361360
-truncate
361+
+try
362362
-uc
363363
-ucfirst
364364
-umask

0 commit comments

Comments
 (0)