Rune - Fix interpreter (tests/gfxinput2.d)
authorMatthew Dillon <dillon@backplane.com>
Wed, 14 Sep 2016 18:20:48 +0000 (11:20 -0700)
committerMatthew Dillon <dillon@backplane.com>
Wed, 14 Sep 2016 18:20:48 +0000 (11:20 -0700)
commit4db3e39b721ca76f0e01915bf9231f63076db22b
treef229bdefdb1993824aef83de4bba39079debac41
parent5c51cf322b1ef95114cd1ce61ac56d71fc0b30e5
Rune - Fix interpreter (tests/gfxinput2.d)

* Bring the interpreter's initialization of the PointerInfo structure
  up-to-date.  type->ty_Info was not being set to PINFO_STATIC.  This
  fixes interpretation of a number of test programs.
librune/type.c