mirror of https://github.com/adamdruppe/arsd.git
remove dependency for now, will fix later
This commit is contained in:
parent
f3fdccb620
commit
24a44cee1a
3
jni.d
3
jni.d
|
@ -194,6 +194,7 @@ private string getJavaName(alias a)() {
|
|||
/+ Java class file definitions { +/
|
||||
// see: https://docs.oracle.com/javase/specs/jvms/se8/html/jvms-4.html#jvms-4.6
|
||||
|
||||
version(WithClassLoadSupport) {
|
||||
import arsd.declarativeloader;
|
||||
|
||||
struct cp_info {
|
||||
|
@ -410,6 +411,8 @@ struct ClassFile {
|
|||
@NumElements!attributes_count attribute_info[] attributes;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/+ } end java class file definitions +/
|
||||
|
||||
// semi-FIXME: java.lang.CharSequence is the interface for String. We should support that just as well.
|
||||
|
|
Loading…
Reference in New Issue