]> sourceware.org Git - systemtap.git/commit
Allow capitals in @cast headers
authorJosh Stone <jistone@redhat.com>
Fri, 11 Feb 2011 03:09:25 +0000 (19:09 -0800)
committerJosh Stone <jistone@redhat.com>
Fri, 11 Feb 2011 03:09:25 +0000 (19:09 -0800)
commit5ef28d5a05b33a87e7bcc63f2bfaf3b68d0dd1c4
tree9dbb231583c7b28209e4a5673c6204ed84a9bf40
parent20f90026bb38608bc4fea2e943d0514dee3b7fc8
Allow capitals in @cast headers

The conversion to regexp_match lost the REG_ICASE, so we need to
manually allow capitals in the regular expression.

* buildrun.cxx (make_typequery): Add A-Z to the character class.
buildrun.cxx
This page took 0.025895 seconds and 5 git commands to generate.