diff options
Diffstat (limited to 'libjava/java/lang/Class.h')
-rw-r--r-- | libjava/java/lang/Class.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/java/lang/Class.h b/libjava/java/lang/Class.h index b038c34..fd2c2eb 100644 --- a/libjava/java/lang/Class.h +++ b/libjava/java/lang/Class.h @@ -27,7 +27,7 @@ extern "C" void _Jv_RegisterClasses (jclass *classes); // `resolved' must come between `nothing' and the other states. // Whenever the state changes, one should notify all waiters of this // class. -#define JV_STATE_NOTING 0 // set by compiler +#define JV_STATE_NOTHING 0 // set by compiler #define JV_STATE_PRELOADING 1 // can do _Jv_FindClass #define JV_STATE_LOADING 3 // has super installed |