jvmti.cc (_Jv_JVMTI_GetErrorName): Now static.

2006-09-22  Marco Trudel  <mtrudel@gmx.ch>

	* jvmti.cc (_Jv_JVMTI_GetErrorName): Now static.  Marked JNICALL.

From-SVN: r117153
This commit is contained in:
Marco Trudel 2006-09-22 23:31:15 +02:00 committed by Tom Tromey
parent d1ea761665
commit f8e0488413
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-09-22 Marco Trudel <mtrudel@gmx.ch>
* jvmti.cc (_Jv_JVMTI_GetErrorName): Now static. Marked JNICALL.
2006-09-21 Keith Seitz <keiths@redhat.com>
* jvmti.cc (_Jv_JVMTI_DisposeEnvironment): Check for enabled

View File

@ -966,7 +966,7 @@ _Jv_JVMTI_SetEventCallbacks (jvmtiEnv *env,
return JVMTI_ERROR_NONE;
}
jvmtiError
static jvmtiError JNICALL
_Jv_JVMTI_GetErrorName (MAYBE_UNUSED jvmtiEnv *env, jvmtiError error,
char **name_ptr)
{