Add char * which is supposed to work like in C and int
This commit is contained in:
4
main.cpp
4
main.cpp
@@ -181,7 +181,7 @@ int main(int argument_count, char **arguments){
|
||||
test_intern_table();
|
||||
|
||||
|
||||
#if 1
|
||||
#if 0
|
||||
emit_line_directives = true;
|
||||
if(argument_count > 1){
|
||||
Scratch scratch;
|
||||
@@ -203,7 +203,7 @@ int main(int argument_count, char **arguments){
|
||||
|
||||
system((const char *)run_program.str);
|
||||
}
|
||||
#else
|
||||
#else
|
||||
Scratch scratch;
|
||||
Array<String> files = {scratch};
|
||||
// files.add("lambdas.kl"_s);
|
||||
|
||||
Reference in New Issue
Block a user