diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-09-14 18:59:25 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-09-14 18:59:25 +0300 |
commit | 7796fb7a2e70c0252531bd224889baccacae1c9e (patch) | |
tree | fee5433399e72fe75ba6baef1d3798d3db8d721c | |
parent | 1684dfc1f5abd1e0093feb586ae428ce42d1a827 (diff) | |
download | egawk-7796fb7a2e70c0252531bd224889baccacae1c9e.tar.gz egawk-7796fb7a2e70c0252531bd224889baccacae1c9e.tar.bz2 egawk-7796fb7a2e70c0252531bd224889baccacae1c9e.zip |
Update awkgram.c.
-rw-r--r-- | awkgram.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8081,7 +8081,7 @@ install_builtins(void) /* is_identchar --- return true if c can be in an identifier */ /* - * This can't be: + * 9/2014: This can't be: * * #define is_identchar(c) (isalnum(c) || (c) == '_') * |