[svn:parrot] r36817 - in trunk: docs lib/Parrot/Docs/Section src src/call

whiteknight at svn.parrot.org whiteknight at svn.parrot.org
Tue Feb 17 17:07:54 UTC 2009


Author: whiteknight
Date: Tue Feb 17 17:07:53 2009
New Revision: 36817
URL: https://trac.parrot.org/parrot/changeset/36817

Log:
[Core] Remove old references to inter_run.c, which has since been renamed to src/call/ops.c.

Modified:
   trunk/docs/debug.pod
   trunk/lib/Parrot/Docs/Section/C.pm
   trunk/src/call/pcc.c
   trunk/src/interpreter.c

Modified: trunk/docs/debug.pod
==============================================================================
--- trunk/docs/debug.pod	Tue Feb 17 16:57:59 2009	(r36816)
+++ trunk/docs/debug.pod	Tue Feb 17 17:07:53 2009	(r36817)
@@ -285,7 +285,7 @@
             lo_var_ptr = 134537224
             core = (opcode_t *(*)(Parrot_Interp, 
         opcode_t *)) 0xb7c9d940 <runops_slow_core at src/runops_cores.c:169>
-    #6  0xb7c6854e in runops (interp=0x804e008, offs=0) at src/inter_run.c:100
+    #6  0xb7c6854e in runops (interp=0x804e008, offs=0) at src/call/ops.c:100
             offset = 0
             old_runloop_id = 0
             our_runloop_level = 1
@@ -293,7 +293,7 @@
     #7  0xb7c687da in runops_args (interp=0x804e008, sub=0x8204d58, obj=0x80912d8, 
         meth_unused=0x0, sig=0xb7eefca6 "vP", 
         ap=0xbfec614c "@M \b�b��P�\222K\230�\004\b@\236\"\b at M \bXM
-	    \b\004����t��\b�\004\b\001") at src/inter_run.c:216
+	    \b\004����t��\b�\004\b\001") at src/call/ops.c:216
             offset = 0
             dest = (opcode_t *) 0x8239730
             ctx = (Parrot_Context *) 0x822a3b0
@@ -301,7 +301,7 @@
             sig_p = 0xb7eefca7 "P"
             old_ctx = (Parrot_Context * const) 0x804e298
     #8  0xb7c688fb in Parrot_runops_fromc_args (interp=0x804e008, sub=0x8204d58, 
-        sig=0xb7eefca6 "vP") at src/inter_run.c:293
+        sig=0xb7eefca6 "vP") at src/call/ops.c:293
             args = 0xbfec614c "@M \b�b��P�\222K\230�\004\b@\236\"\b at M
 		\bXM \b\004����t��\b�\004\b\001"
             ctx = (Parrot_Context *) 0xb7fa1548

Modified: trunk/lib/Parrot/Docs/Section/C.pm
==============================================================================
--- trunk/lib/Parrot/Docs/Section/C.pm	Tue Feb 17 16:57:59 2009	(r36816)
+++ trunk/lib/Parrot/Docs/Section/C.pm	Tue Feb 17 17:07:53 2009	(r36817)
@@ -130,7 +130,7 @@
             $self->c_item(
 'Parrot Interpreter: Callback Function Handling; Creation and Destruction; Misc functions; Run Ops and Methods.',
                 'pairs'   => ['interpreter'],
-                'sources' => [ 'inter_cb', 'inter_create', 'inter_misc', 'inter_run' ],
+                'sources' => [ 'inter_cb', 'inter_create', 'inter_misc' ],
                 'headers' => ['interp_guts']
             ),
             $self->c_pair_item( '', 'exit' ),

Modified: trunk/src/call/pcc.c
==============================================================================
--- trunk/src/call/pcc.c	Tue Feb 17 16:57:59 2009	(r36816)
+++ trunk/src/call/pcc.c	Tue Feb 17 17:07:53 2009	(r36817)
@@ -3013,7 +3013,7 @@
 
 =head1 SEE ALSO
 
-F<include/parrot/interpreter.h>, F<src/inter_run.c>, F<src/pmc/sub.pmc>.
+F<include/parrot/interpreter.h>, F<src/call/ops.c>, F<src/pmc/sub.pmc>.
 
 =cut
 

Modified: trunk/src/interpreter.c
==============================================================================
--- trunk/src/interpreter.c	Tue Feb 17 16:57:59 2009	(r36816)
+++ trunk/src/interpreter.c	Tue Feb 17 17:07:53 2009	(r36817)
@@ -1374,7 +1374,7 @@
 =head1 SEE ALSO
 
 F<include/parrot/interpreter.h>, F<src/inter_cb.c>, F<src/inter_create.c>,
- F<src/inter_misc.c>, F<src/inter_run.c>.
+ F<src/inter_misc.c>, F<src/call/ops.c>.
 
 =cut
 


More information about the parrot-commits mailing list