cvsuser 05/01/10 20:14:51
Modified: include/parrot interpreter.h
Log:
Add a note to explain where imc_info_t is defined
Revision Changes Path
1.167 +4 -2 parrot/include/parrot/interpreter.h
Index: interpreter.h
===================================================================
RCS file: /cvs/public/parrot/include/parrot/interpreter.h,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -r1.166 -r1.167
--- interpreter.h 17 Dec 2004 12:15:11 -0000 1.166
+++ interpreter.h 11 Jan 2005 04:14:51 -0000 1.167
@@ -1,7 +1,7 @@
/* interpreter.h
* Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
* CVS Info
- * $Id: interpreter.h,v 1.166 2004/12/17 12:15:11 leo Exp $
+ * $Id: interpreter.h,v 1.167 2005/01/11 04:14:51 scog Exp $
* Overview:
* The interpreter api handles running the operations
* Data Structure and Algorithms:
@@ -125,7 +125,9 @@
ProfData *data;
} RunProfile;
-/* Forward decl for imc_info_t */
+/* Forward declaration for imc_info_t -- the actual struct is
+ * defined in imcc/imc.h
+ */
struct _imc_info_t;
/*