From a9ea5223884dceca51c32e32fcb7d0f9f60102c8 Mon Sep 17 00:00:00 2001 From: andy Date: Wed, 15 Mar 2006 18:10:29 +0000 Subject: [PATCH] Add the I/O library, but comment it out until we figure out how to do this securely --- src/Scripting/NasalSys.cxx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Scripting/NasalSys.cxx b/src/Scripting/NasalSys.cxx index dcdf9fe49..fda06b465 100644 --- a/src/Scripting/NasalSys.cxx +++ b/src/Scripting/NasalSys.cxx @@ -361,6 +361,10 @@ void FGNasalSys::init() // Add in the math library under "math" hashset(_globals, "math", naMathLib(_context)); + // Add in the IO library. Disabled currently until after the + // 0.9.10 release. + // hashset(_globals, "io", naIOLib(_context)); + // Add our custom extension functions: for(i=0; funcs[i].name; i++) hashset(_globals, funcs[i].name, -- 2.39.5