[svn:parrot] r47401 - in trunk: compilers/imcc t/codingstd

plobsing at svn.parrot.org plobsing at svn.parrot.org
Sat Jun 5 22:56:32 UTC 2010


Author: plobsing
Date: Sat Jun  5 22:56:31 2010
New Revision: 47401
URL: https://trac.parrot.org/parrot/changeset/47401

Log:
C function docs for compilers/imcc/symreg.c

Modified:
   trunk/compilers/imcc/symreg.c
   trunk/t/codingstd/c_function_docs.t

Modified: trunk/compilers/imcc/symreg.c
==============================================================================
--- trunk/compilers/imcc/symreg.c	Sat Jun  5 22:44:26 2010	(r47400)
+++ trunk/compilers/imcc/symreg.c	Sat Jun  5 22:56:31 2010	(r47401)
@@ -824,6 +824,9 @@
 
 =item C<static int int_overflows(const SymReg *r)>
 
+Determine whether an integer constant would overflow an C<INTVAL>
+register.
+
 =cut
 
 */

Modified: trunk/t/codingstd/c_function_docs.t
==============================================================================
--- trunk/t/codingstd/c_function_docs.t	Sat Jun  5 22:44:26 2010	(r47400)
+++ trunk/t/codingstd/c_function_docs.t	Sat Jun  5 22:56:31 2010	(r47401)
@@ -94,7 +94,6 @@
 compilers/imcc/pbc.c
 compilers/imcc/pcc.c
 compilers/imcc/reg_alloc.c
-compilers/imcc/symreg.c
 compilers/pirc/src/pircapi.c
 config/gen/platform/ansi/dl.c
 config/gen/platform/ansi/exec.c


More information about the parrot-commits mailing list