| Index: runtime/bin/builtin_in.cc
|
| diff --git a/runtime/bin/builtin_in.cc b/runtime/bin/builtin_in.cc
|
| index edba721ca2b27bcea5c08e0c314efbd72f92f9a8..cb1002ee3121625532b2ac279965aaede3e79fba 100644
|
| --- a/runtime/bin/builtin_in.cc
|
| +++ b/runtime/bin/builtin_in.cc
|
| @@ -24,6 +24,7 @@ static const char Builtin_source_[] = {
|
| // to inject additional functionality e.g: Logger, file I/O, socket I/O etc.
|
| #define BUILTIN_NATIVE_LIST(V) \
|
| V(Logger_PrintString, 1) \
|
| + V(Exit, 1) \
|
| V(Directory_List, 7) \
|
| V(Directory_Exists, 2) \
|
| V(Directory_Create, 2) \
|
|
|