]> sourceware.org Git - systemtap.git/commit
Make variable initializer work with RHEL6 compiler
authorWilliam Cohen <wcohen@redhat.com>
Wed, 13 Jul 2022 16:09:26 +0000 (12:09 -0400)
committerWilliam Cohen <wcohen@redhat.com>
Wed, 13 Jul 2022 16:09:26 +0000 (12:09 -0400)
commitf0e3fea33428b7f2805d61c771298100ff539c7f
treeff6a6d2d8d85a600422d223fd78869450c3f5d9b
parentea80a87b85bcf24857fed783676ebe30f2595b2c
Make variable initializer work with RHEL6 compiler

The gcc 4.4 compiler in RHEL 6 does not understand initializer that
use ".field=".  Adjusted the variable initialization to work with the
older compiler.
dwflpp.cxx
This page took 0.025768 seconds and 5 git commands to generate.