Somewhat more consistently map references to C
authorMatt Corallo <git@bluematt.me>
Mon, 26 Apr 2021 15:48:06 +0000 (15:48 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 26 Apr 2021 16:03:40 +0000 (16:03 +0000)
Instead of assuming that in some cases references are
pre-dereferenced before the to-C prefix and suffix conversions, we
no longer do that.

This matches other cases and is simply more consistent, apparently
fixing an old oversight in early generation code.


No differences found