Fix ABI issues caused by 5bfde389c78155
authorDavid Schleef <ds@schleef.org>
Mon, 14 Jun 2010 22:54:15 +0000 (15:54 -0700)
committerDavid Schleef <ds@schleef.org>
Mon, 14 Jun 2010 22:54:15 +0000 (15:54 -0700)
commitcec29b2aa8b33a04b2a436ca326bbf0b0d6994ec
treeea576f2e3111dff13cc30bb0163c525f867704af
parent440f38e1d36cc354e5139043c01da0865f63ebe8
Fix ABI issues caused by 5bfde389c78155

Although OrcVariable and OrcProgram are completely private,
orcc generates code that digs deep into OrcProgram for code_exec.
We're requiring that generated code is ABI compatible, so that
means the offset of code_exec in OrcProgram is part of the ABI.

Oops.
orc/orcprogram-c.c
orc/orcprogram.c
orc/orcprogram.h