Pedro F. Giffuni 039b877ef0 regex: prevent two improbable signed integer overflows.
In matcher() we used an integer to index nsub of type size_t.
In print() we used an integer to index nstates of type sopno,
typedef'd long.
In both cases the indexes never take negative values.

Match the types to avoid any error.

MFC after:	5 days
2016-04-23 20:45:09 +00:00
..
MFH
2016-03-14 18:54:29 +00:00
MFH
2016-03-14 18:54:29 +00:00
MFH
2016-04-16 02:32:12 +00:00
MFH
2016-04-16 02:32:12 +00:00
MFH
2016-04-04 23:55:32 +00:00
MFH
2016-04-04 23:55:32 +00:00
MFH
2016-04-11 15:24:59 +00:00
MFH
2016-04-11 15:24:59 +00:00
MFH
2016-04-16 02:32:12 +00:00
2016-04-18 07:36:24 +00:00
MFH
2016-04-16 02:32:12 +00:00
MFH
2016-04-04 23:55:32 +00:00
MFH
2016-04-16 02:32:12 +00:00
MFH
2016-03-14 18:54:29 +00:00
MFH
2016-04-11 15:24:59 +00:00
MFH
2016-04-11 15:24:59 +00:00
MFH
2016-03-14 18:54:29 +00:00
MFH
2016-04-13 16:19:50 +00:00
MFH
2016-04-16 02:32:12 +00:00
MFH
2016-04-16 02:32:12 +00:00
MFH
2016-04-04 23:55:32 +00:00
MFH
2016-04-16 02:32:12 +00:00
MFH
2016-03-14 18:54:29 +00:00