diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-11-03 22:06:38 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-11-03 22:06:38 +0200 |
commit | e63fcbb536b4346622a9d8a7421a83e65c0f8de2 (patch) | |
tree | e1cedb854dcf59c4af4445dc84c7ffa4b118772e /dfa.c | |
parent | 62c42c359af9b08180d25d3075a1b8ca5d52dee6 (diff) | |
download | egawk-e63fcbb536b4346622a9d8a7421a83e65c0f8de2.tar.gz egawk-e63fcbb536b4346622a9d8a7421a83e65c0f8de2.tar.bz2 egawk-e63fcbb536b4346622a9d8a7421a83e65c0f8de2.zip |
Addtional fix for \s in multibyte locales.
Diffstat (limited to 'dfa.c')
-rw-r--r-- | dfa.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1526,6 +1526,7 @@ lex (void) POP_LEX_STATE (); + laststart = 0; return lasttok; case 'w': |