X-Git-Url: http://nitlanguage.org diff --git a/c_src/core__exec.sep.1.c b/c_src/core__exec.sep.1.c index 8813978..e1a6438 100644 --- a/c_src/core__exec.sep.1.c +++ b/c_src/core__exec.sep.1.c @@ -1,18 +1,18 @@ #include "core__exec.sep.0.h" -/* method exec#Sys#system for (self: Sys, String): Int */ +/* method exec$Sys$system for (self: Sys, Text): Int */ long core__exec___Sys___system(val* self, val* p0) { long var /* : Int */; -val* var_command /* var command: String */; -char* var1 /* : NativeString */; +val* var_command /* var command: Text */; +char* var1 /* : CString */; long var2 /* : Int */; long var4 /* : Int */; var_command = p0; { -var1 = ((char*(*)(val* self))(var_command->class->vft[COLOR_core__abstract_text__Text__to_cstring]))(var_command); /* to_cstring on */ +var1 = ((char*(*)(val* self))(var_command->class->vft[COLOR_core__abstract_text__Text__to_cstring]))(var_command); /* to_cstring on */ } { -{ /* Inline exec#NativeString#system (var1) on */ -var4 = exec___NativeString_system___impl(var1); +{ /* Inline exec$CString$system (var1) on */ +var4 = core__exec___CString_system___impl(var1); var2 = var4; goto RET_LABEL3; RET_LABEL3:(void)0; @@ -23,11 +23,11 @@ goto RET_LABEL; RET_LABEL:; return var; } -/* method exec#NativeString#system for (self: NativeString): Int */ -long core__exec___NativeString___system(char* self) { +/* method exec$CString$system for (self: CString): Int */ +long core__exec___CString___system(char* self) { long var /* : Int */; long var1 /* : Int */; -var1 = exec___NativeString_system___impl(self); +var1 = core__exec___CString_system___impl(self); var = var1; goto RET_LABEL; RET_LABEL:;