regern c_src
[nit.git] / c_src / standard__kernel._ffi.c
diff --git a/c_src/standard__kernel._ffi.c b/c_src/standard__kernel._ffi.c
deleted file mode 100644 (file)
index 367ecc1..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
-       Extern implementation of Nit module kernel
-*/
-#include <stdlib.h>
-#include <stdio.h>
-#include "standard__kernel._ffi.h"
-#ifdef ANDROID
-       #include <android/log.h>
-       #define PRINT_ERROR(...) (void)__android_log_print(ANDROID_LOG_WARN, "Nit", __VA_ARGS__)
-#else
-       #define PRINT_ERROR(...) fprintf(stderr, __VA_ARGS__)
-#endif
-#line 19 "../lib/standard/kernel.nit"
-
-
-#include <errno.h>
-
-long kernel___Sys_errno___impl( Sys recv )
-{
-#line 113 "../lib/standard/kernel.nit"
-
-
-               return errno;
-       }