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/04/05 07:20:21 UTC

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

Author: dlydick
Date: Tue Apr  4 22:20:20 2006
New Revision: 391514

URL: http://svn.apache.org/viewcvs?rev=391514&view=rev
Log:
Added utf_prchar_strcmp() function.

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

Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/utf.h
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/utf.h?rev=391514&r1=391513&r2=391514&view=diff
==============================================================================
--- incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/utf.h (original)
+++ incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/utf.h Tue Apr  4 22:20:20 2006
@@ -65,6 +65,8 @@
 extern jbyte utf_utf_strcmp(CONSTANT_Utf8_info *s1,
                             CONSTANT_Utf8_info *s2);
 
+extern jbyte utf_prchar_strcmp(CONSTANT_Utf8_info *s1, rchar *s2);
+
 extern jbyte utf_prchar_pcfs_strcmp(rchar                   *s1,
                                     ClassFile               *pcfs,
                                     jvm_constant_pool_index  cpidx2);