comparison cbackend_c.rhope @ 151:b75ec364cecc

Fix conflict between name of proviling variable and time function in C stdlib
author Mike Pavone <pavone@retrodev.com>
date Sun, 05 Dec 2010 18:04:19 -0500
parents f3686f60985d
children 29b479a2ce48
comparison
equal deleted inserted replaced
150:50c97b448f44 151:b75ec364cecc
1649 #endif 1649 #endif
1650 1650
1651 int32_t rhope(uint32_t func, object ** params, uint16_t numparams, uint16_t callspace) 1651 int32_t rhope(uint32_t func, object ** params, uint16_t numparams, uint16_t callspace)
1652 { 1652 {
1653 #ifdef ENABLE_PROFILING 1653 #ifdef ENABLE_PROFILING
1654 struct timeval time; 1654 struct timeval proftime;
1655 #endif 1655 #endif
1656 uint16_t resume,idx, vcparam_offset, last_vcparam; 1656 uint16_t resume,idx, vcparam_offset, last_vcparam;
1657 context *ct,*temp_ct; 1657 context *ct,*temp_ct;
1658 void *tmp; 1658 void *tmp;
1659 calldata * cdata, *temp_cdata, *my_cdata; 1659 calldata * cdata, *temp_cdata, *my_cdata;