commit | 97a4b7ed215ae6446d13fe0eab15b5b3ae4da7da | [log] [tgz] |
---|---|---|
author | Cody Peter Mello <melloc@writev.io> | Mon Sep 17 11:59:04 2018 -0700 |
committer | Cody Peter Mello <melloc@writev.io> | Mon Sep 17 11:59:04 2018 -0700 |
tree | 0ab38e513fc14dcb658bd8152ab0d815549ff3a7 | |
parent | 2dc7e5ff1a4feeeb549f32706cf34e17aba89192 [diff] [blame] |
Fix issues with numeric SUBSEP and large SUBSEP values
diff --git a/awk.h b/awk.h index 70097b9..e0ae9f6 100644 --- a/awk.h +++ b/awk.h
@@ -100,6 +100,7 @@ extern Cell *nfloc; /* NF */ extern Cell *rstartloc; /* RSTART */ extern Cell *rlengthloc; /* RLENGTH */ +extern Cell *subseploc; /* SUBSEP */ /* Cell.tval values: */ #define NUM 01 /* number value is valid */