Added pnacl manifest.
[nit.git] / c_src / tables._nitni.c
index 50fde66..13e9b82 100644 (file)
@@ -1,42 +1,4 @@
+/*
+       Extern implementation of Nit module tables
+*/
 #include "tables._nitni.h"
-#include "tables_nit.h"
-/* out/indirect function for tables::TablesCapable::lexer_goto */
-val_t TablesCapable_lexer_goto___out( val_t recv, val_t i, val_t j )
-{
-bigint orig_return;
-val_t trans_return;
-orig_return = lexer_goto( NULL, UNTAG_Int(i), UNTAG_Int(j) );
-trans_return = TAG_Int(orig_return);
-nitni_local_ref_clean(  );
-return trans_return;
-}
-/* out/indirect function for tables::TablesCapable::lexer_accept */
-val_t TablesCapable_lexer_accept___out( val_t recv, val_t i )
-{
-bigint orig_return;
-val_t trans_return;
-orig_return = lexer_accept( NULL, UNTAG_Int(i) );
-trans_return = TAG_Int(orig_return);
-nitni_local_ref_clean(  );
-return trans_return;
-}
-/* out/indirect function for tables::TablesCapable::parser_goto */
-val_t TablesCapable_parser_goto___out( val_t recv, val_t i, val_t j )
-{
-bigint orig_return;
-val_t trans_return;
-orig_return = parser_goto( NULL, UNTAG_Int(i), UNTAG_Int(j) );
-trans_return = TAG_Int(orig_return);
-nitni_local_ref_clean(  );
-return trans_return;
-}
-/* out/indirect function for tables::TablesCapable::parser_action */
-val_t TablesCapable_parser_action___out( val_t recv, val_t i, val_t j )
-{
-bigint orig_return;
-val_t trans_return;
-orig_return = parser_action( NULL, UNTAG_Int(i), UNTAG_Int(j) );
-trans_return = TAG_Int(orig_return);
-nitni_local_ref_clean(  );
-return trans_return;
-}