]> sourceware.org Git - systemtap.git/commit
parse: Let pp1_activation own the token rather than copying
authorJosh Stone <jistone@redhat.com>
Wed, 20 Nov 2013 19:36:26 +0000 (11:36 -0800)
committerJosh Stone <jistone@redhat.com>
Wed, 20 Nov 2013 19:36:26 +0000 (11:36 -0800)
commitbdf7707b833d9eaa9b026d67aee7dc704ee179e0
tree9560ea14d7129007962fefc50fa2e58623bd4bd4
parent100c0a159da930506f9d500e45e80d57c192a6b9
parse: Let pp1_activation own the token rather than copying

This works around the RHEL4 compiler, which apparently doesn't see
parser::pp1_activation as a friend of token, even though parser is.
So it was failing to invoke the now-restricted copy-constructor, but
there's not really any reason for it to make a copy anyway.
parse.cxx
This page took 0.026037 seconds and 5 git commands to generate.