Added: throw_exception, throw_main_exception, throw_main_exception_exit
authortwisti <none@none>
Sat, 19 Jun 2004 12:42:54 +0000 (12:42 +0000)
committertwisti <none@none>
Sat, 19 Jun 2004 12:42:54 +0000 (12:42 +0000)
native.h
src/native/native.h

index b36366fa66b9410aaeae8442b745bd9b97cdab96..48ffd1867b0eb1ea5b5529728a758f679577e45d 100644 (file)
--- a/native.h
+++ b/native.h
@@ -26,7 +26,7 @@
 
    Authors: Reinhard Grafl
 
-   $Id: native.h 1089 2004-05-27 15:41:37Z twisti $
+   $Id: native.h 1189 2004-06-19 12:42:54Z twisti $
 
 */
 
@@ -117,9 +117,13 @@ extern hashtable string_hash;
 void init_system_exceptions();
 void compile_all_class_methods(classinfo *c);
 
-/* throw an exception and exit */
+/* exception throwing functions */
+void throw_exception();
 void throw_exception_exit();
 
+void throw_main_exception();
+void throw_main_exception_exit();
+
 void throw_cacao_exception_exit(char *exception, char *message);
 
 /* initialize new exceptions */
index b36366fa66b9410aaeae8442b745bd9b97cdab96..48ffd1867b0eb1ea5b5529728a758f679577e45d 100644 (file)
@@ -26,7 +26,7 @@
 
    Authors: Reinhard Grafl
 
-   $Id: native.h 1089 2004-05-27 15:41:37Z twisti $
+   $Id: native.h 1189 2004-06-19 12:42:54Z twisti $
 
 */
 
@@ -117,9 +117,13 @@ extern hashtable string_hash;
 void init_system_exceptions();
 void compile_all_class_methods(classinfo *c);
 
-/* throw an exception and exit */
+/* exception throwing functions */
+void throw_exception();
 void throw_exception_exit();
 
+void throw_main_exception();
+void throw_main_exception_exit();
+
 void throw_cacao_exception_exit(char *exception, char *message);
 
 /* initialize new exceptions */