Author: mdiep
Date: Fri Mar  2 14:26:25 2007
New Revision: 17283

Modified:
   trunk/include/parrot/interpreter.h

Log:
[core]: Restore a comment that was half-deleted some time ago.

Modified: trunk/include/parrot/interpreter.h
==============================================================================
--- trunk/include/parrot/interpreter.h  (original)
+++ trunk/include/parrot/interpreter.h  Fri Mar  2 14:26:25 2007
@@ -333,7 +333,9 @@
     int         n_libs;                       /* count of libs below */
     op_lib_t  **all_op_libs;                  /* all loaded opcode libraries */
 
-    Interp_flags flags;                       /* Various interpreter flags 
that */
+    Interp_flags flags;                       /* Various interpreter flags that
+                                               * signal that runops should do
+                                               * something */
 
     UINTVAL debug_flags;                      /* debug settings */
 

Reply via email to