regex: Assert that our flags values are the same as PCRE's
authorChristian Persch <chpe@gnome.org>
Thu, 7 Jun 2012 12:48:51 +0000 (14:48 +0200)
committerChristian Persch <chpe@gnome.org>
Mon, 2 Jul 2012 12:17:34 +0000 (14:17 +0200)
commit7e8b5ea442f235f5e272b0fe7a4768bf897b6aad
treefcc7a0c322a10fc180c62ebb676872b413dd48d1
parent03611f7c0670ea14eedbc121972aed7ce60bb9ee
regex: Assert that our flags values are the same as PCRE's

We rely on those flags having the same values as PCRE's (so we can pass
them right through), so assert this at compile time.
glib/gregex.c