pfg 4d78336c42 MFC r298521;
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.
2016-04-28 01:11:25 +00:00
..
2016-01-12 09:58:00 +00:00
2014-12-14 16:28:53 +00:00
2015-09-05 08:55:51 +00:00
2016-04-13 01:54:36 +00:00
2016-04-22 21:26:15 +00:00
2016-01-12 09:58:00 +00:00
2015-12-04 18:24:47 +00:00
2016-03-12 19:55:22 +00:00
2014-08-30 10:16:25 +00:00
2014-08-30 10:16:25 +00:00
2016-04-11 02:21:42 +00:00
2014-08-30 09:55:38 +00:00
2016-01-28 22:57:09 +00:00
2014-08-30 10:29:47 +00:00
2016-03-12 19:26:21 +00:00
2015-04-03 17:16:05 +00:00
2015-11-15 23:54:34 +00:00
2013-07-28 18:44:17 +00:00
2013-07-28 18:44:17 +00:00
2016-04-28 01:11:25 +00:00
2015-12-19 02:41:31 +00:00
2016-03-27 19:42:42 +00:00
2015-02-24 22:28:44 +00:00
2016-01-26 08:46:02 +00:00
2016-04-24 03:15:10 +00:00
2014-10-19 21:16:24 +00:00
2016-02-06 14:03:31 +00:00
2016-04-13 16:45:17 +00:00
2014-10-09 23:05:32 +00:00
2015-12-21 14:32:29 +00:00
2015-05-13 11:32:55 +00:00