You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by dl...@apache.org on 2006/06/30 15:36:02 UTC

svn commit: r418269 - /incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/classfile.h

Author: dlydick
Date: Fri Jun 30 06:36:01 2006
New Revision: 418269

URL: http://svn.apache.org/viewvc?rev=418269&view=rev
Log:
Changed first parm of prototype for cfmsgs_atrmsg() to (const)

Modified:
    incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/classfile.h

Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/classfile.h
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/classfile.h?rev=418269&r1=418268&r2=418269&view=diff
==============================================================================
--- incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/classfile.h (original)
+++ incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/classfile.h Fri Jun 30 06:36:01 2006
@@ -2889,7 +2889,7 @@
 /* Prototypes for functions in 'cfmsgs.c' */
 extern rvoid cfmsgs_typemsg(rchar *fn, ClassFile *pcfs, u2 idx);
 extern rvoid cfmsgs_show_constant_pool(ClassFile *pcfs);
-extern rvoid cfmsgs_atrmsg(rchar                    *fn,
+extern rvoid cfmsgs_atrmsg(const rchar              *fn,
                            ClassFile                *pcfs,
                            attribute_info_mem_align *atr);