Avoid complaints from cvs commit by adding this (currently empty) file.

Estimated hours taken: 0.1
Branches: main

java/runtime/.nocopyright:
	Avoid complaints from cvs commit by adding this (currently empty) file.
This commit is contained in:
Zoltan Somogyi
2002-08-01 11:51:26 +00:00
parent 1575c5c0a0
commit a05851799e
2 changed files with 2 additions and 1 deletions

View File

View File

@@ -47,7 +47,8 @@ public class TypeCtorRep {
public static final int MR_TYPECTOR_REP_BASETYPECLASSINFO = 34;
public static final int MR_TYPECTOR_REP_TYPEDESC = 35;
public static final int MR_TYPECTOR_REP_TYPECTORDESC = 36;
public static final int MR_TYPECTOR_REP_UNKNOWN = 37;
public static final int MR_TYPECTOR_REP_FOREIGN = 37;
public static final int MR_TYPECTOR_REP_UNKNOWN = 38;
// Instance variable for TypeCtorRep objects.