diff 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
line wrap: on
line diff
--- a/cbackend_c.rhope	Wed Nov 24 02:28:01 2010 +0000
+++ b/cbackend_c.rhope	Sun Dec 05 18:04:19 2010 -0500
@@ -1651,7 +1651,7 @@
 int32_t rhope(uint32_t func, object ** params, uint16_t numparams, uint16_t callspace)
 {
 #ifdef ENABLE_PROFILING
-	struct timeval time;
+	struct timeval proftime;
 #endif
 	uint16_t resume,idx, vcparam_offset, last_vcparam;
 	context *ct,*temp_ct;