X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fvm%2Futf8.h;h=b60111dc4ed9885b1bb27f4e080d006bd30f0e68;hb=1486e5bffbd83ac200f8fa1612bb5dcab6deb7f7;hp=8a1197ebf619715b50361bf5c851cea3a950dc17;hpb=f24e856e3c43a10dcc8581fd5ddbdda200d63aba;p=cacao.git diff --git a/src/vm/utf8.h b/src/vm/utf8.h index 8a1197ebf..b60111dc4 100644 --- a/src/vm/utf8.h +++ b/src/vm/utf8.h @@ -149,13 +149,17 @@ extern utf *utf_EnclosingMethod; extern utf *utf_Signature; extern utf *utf_StackMapTable; -#if defined(ENABLE_ANNOTATIONS) +# if defined(ENABLE_JVMTI) +extern utf *utf_LocalVariableTable; +# endif + +# if defined(ENABLE_ANNOTATIONS) extern utf *utf_RuntimeVisibleAnnotations; extern utf *utf_RuntimeInvisibleAnnotations; extern utf *utf_RuntimeVisibleParameterAnnotations; extern utf *utf_RuntimeInvisibleParameterAnnotations; extern utf *utf_AnnotationDefault; -#endif +# endif #endif extern utf *utf_init;