rev 514 - trunk/src
SVN User <[email protected]> Thu, 20 May 2004 11:56:48 -0400
| Newsgroups | gmane.comp.lang.prothon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: bcollins
Date: 2004-05-20 11:56:46 -0400 (Thu, 20 May 2004)
New Revision: 514
Modified:
trunk/src/interp.c
Log:
Fix compile warning.
Modified: trunk/src/interp.c
===================================================================
--- trunk/src/interp.c 2004-05-20 15:55:58 UTC (rev 513)
+++ trunk/src/interp.c 2004-05-20 15:56:46 UTC (rev 514)
@@ -721,7 +721,7 @@
obj_p exc_waiting=NULL, return_value = 0;
#ifdef DUMP_MODULE_CODE
- obj_p dump_code_key;
+ obj_p dump_code_key = NULL;
#endif
#ifdef TRACE_INTERPRETER
if (trace_interpreter) {