From: Mikko Rasa Date: Sat, 20 Feb 2021 22:59:07 +0000 (+0200) Subject: Avoid copying raw pointers in the syntax tree X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=947bb7477205c038aa1804b84452cddd2108550a;hp=947bb7477205c038aa1804b84452cddd2108550a;p=libs%2Fgl.git Avoid copying raw pointers in the syntax tree They will potentially point to incorrect nodes and must be resolved again. ---