Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 95094 invoked from network); 4 Nov 2005 20:51:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Nov 2005 20:51:48 -0000 Received: (qmail 25322 invoked by uid 500); 4 Nov 2005 20:51:47 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 25279 invoked by uid 500); 4 Nov 2005 20:51:47 -0000 Mailing-List: contact harmony-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-commits@incubator.apache.org Received: (qmail 25268 invoked by uid 99); 4 Nov 2005 20:51:47 -0000 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 04 Nov 2005 12:51:47 -0800 Received: (qmail 94870 invoked by uid 65534); 4 Nov 2005 20:51:27 -0000 Message-ID: <20051104205127.94869.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r330892 - /incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/include/arch.h Date: Fri, 04 Nov 2005 20:51:26 -0000 To: harmony-commits@incubator.apache.org From: dlydick@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: dlydick Date: Fri Nov 4 12:51:17 2005 New Revision: 330892 URL: http://svn.apache.org/viewcvs?rev=330892&view=rev Log: Moved prototype for jvm() from 'jvm/src/jvm.h' Minor documentation changes Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/include/arch.h Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/include/arch.h URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/include/arch.h?rev=330892&r1=330891&r2=330892&view=diff ============================================================================== --- incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/include/arch.h (original) +++ incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/include/arch.h Fri Nov 4 12:51:17 2005 @@ -12,15 +12,10 @@ * present them for normative use by the compiler. Also global * constant strings for several purposes. * + * For Java source files, information is found + * in @link org/apache/harmony/Copyright.java + org/apache/harmony/Copyright.java@endlink. * - * @todo HARMONY-6-jvm-arch.h-1 There needs to be a Java equivalent - * written for the macros @link #ARCH_COPYRIGHT_TEXT_APACHE - ARCH_COPYRIGHT_TEXT_APACHE@endlink, @link - #ARCH_LICENSE_TEXT_APACHE ARCH_LICENSE_TEXT_APACHE@endlink, - * @link #ARCH_HEADER_COPYRIGHT_APACHE() - ARCH_HEADER_COPYRIGHT_APACHE()@endlink - * and @link #ARCH_SOURCE_COPYRIGHT_APACHE() - ARCH_SOURCE_COPYRIGHT_APACHE()@endlink * * @section Control * @@ -534,6 +529,10 @@ #define ARCH_ODD_ADDRESS_SIGSEGV #endif #endif + +/* Prototypes for functions in 'jvm.c' */ + +extern int jvm(int argc, char **argv, char **envp); #endif /* _arch_h_included_ */