diff options
Diffstat (limited to 'src/android.h')
| -rw-r--r-- | src/android.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/android.h b/src/android.h index 1059933d339..2f5f32037c5 100644 --- a/src/android.h +++ b/src/android.h | |||
| @@ -309,7 +309,7 @@ extern struct timespec emacs_installation_time; | |||
| 309 | 309 | ||
| 310 | #define ANDROID_DELETE_LOCAL_REF(ref) \ | 310 | #define ANDROID_DELETE_LOCAL_REF(ref) \ |
| 311 | ((*android_java_env)->DeleteLocalRef (android_java_env, \ | 311 | ((*android_java_env)->DeleteLocalRef (android_java_env, \ |
| 312 | (ref))) | 312 | ref)) |
| 313 | 313 | ||
| 314 | #define NATIVE_NAME(name) Java_org_gnu_emacs_EmacsNative_##name | 314 | #define NATIVE_NAME(name) Java_org_gnu_emacs_EmacsNative_##name |
| 315 | 315 | ||