summaryrefslogtreecommitdiff
path: root/gcc/melt-run.proto.h
diff options
context:
space:
mode:
authorbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2013-06-26 12:55:25 +0000
committerbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2013-06-26 12:55:25 +0000
commit9fd02a618fc48b7a205c259ced5bd2a59c3b9d22 (patch)
tree9641791dceef39e0146bdf41d30101539765020f /gcc/melt-run.proto.h
parent9b01ba2927a8d96c6d084b73e114f878df2d96ce (diff)
downloadgcc-9fd02a618fc48b7a205c259ced5bd2a59c3b9d22.tar.gz
2013-06-25 Basile Starynkevitch <basile@starynkevitch.net>
* melt-runtime.h (Melt_CallFrame): Add melt_clear_rest_of_frame member private function. Rename some fields to be compatible with old practice. (Melt_CallFrameWithValues): Rename _meltcf_valtab as mcfr_varptr. * melt-run.proto.h (meltfptr,meltfnum,meltfclos,meltfrout): Same for classy and old frames. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@200421 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/melt-run.proto.h')
-rw-r--r--gcc/melt-run.proto.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/melt-run.proto.h b/gcc/melt-run.proto.h
index 170badbba7e..235cff4e19a 100644
--- a/gcc/melt-run.proto.h
+++ b/gcc/melt-run.proto.h
@@ -98,17 +98,10 @@ along with GCC; see the file COPYING3. If not see
#define meltcallcount -1
-#if MELT_HAVE_CLASSY_FRAME
-#define meltfptr meltfram__._meltcf_valtab
-#define meltfnum meltfram__._meltcf_longtab
-#define meltfclos meltfram__._meltcf_clos
-#define meltfrout meltfram__._meltcf_clos->rout
-#else /*!MELT_HAVE_CLASSY_FRAME*/
#define meltfptr meltfram__.mcfr_varptr
#define meltfnum meltfram__.mcfr_varnum
#define meltfclos meltfram__.mcfr_clos
#define meltfrout meltfram__.mcfr_clos->rout
-#endif /*MELT_HAVE_CLASSY_FRAME*/
/* these are added by the melt-module.mk file & make */
extern const char melt_compiled_timestamp[];