Skip to content

Commit

Permalink
cmd: fix mis-committed change
Browse files Browse the repository at this point in the history
  • Loading branch information
qwx9 committed Jan 31, 2025
1 parent e3325de commit 940be97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/awk.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ const Keyword keywords[] = { /* keep sorted: binary searched */
{ "eval", FEVAL, BLTIN },
{ "exit", EXIT, EXIT },
{ "exp", FEXP, BLTIN },
{ "explode", AEXPLODE, ADDON },
{ "float", FFLOAT, BLTIN },
{ "for", FOR, FOR },
{ "func", FUNC, FUNC },
Expand Down

0 comments on commit 940be97

Please sign in to comment.