Ignore:
Timestamp:
Apr 27, 2004, 8:39:34 PM (22 years ago)
Author:
bird
Message:

GCC v3.3.3 sources.

Location:
branches/GNU/src/gcc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/gcc

    • Property svn:ignore
      •  

        old new  
        2626configure.vr
        2727configure.vrs
         28
        2829Makefile
        29 dir.info
        3030lost+found
        3131update.out
  • branches/GNU/src/gcc/libjava/testsuite/libjava.jni/overload.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r1390 r1391  
    11#include <overload.h>
    22
    3 jint
     3JNIEXPORT jint JNICALL
    44Java_overload_over__I (JNIEnv *env, jclass klass, jint val)
    55{
     
    88
    99
    10 jint
     10JNIEXPORT jint JNICALL
    1111Java_overload_over__II (JNIEnv *env, jclass klass, jint one, jint two)
    1212{
Note: See TracChangeset for help on using the changeset viewer.