| Index: runtime/bin/builtin_in.cc
|
| diff --git a/runtime/bin/builtin_in.cc b/runtime/bin/builtin_in.cc
|
| index aa1475422c3f00c54e858b07e0b765d3afaf4f77..07e7d1c28a870b13674066c7eea3a2597b09a9f4 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(Runtime_Exit, 1) \
|
| V(Directory_List, 7) \
|
| V(File_OpenFile, 3) \
|
| V(File_Exists, 1) \
|
|
|