]> git.mxchange.org Git - flightgear.git/commitdiff
Add the I/O library, but comment it out until we figure out how to do this securely
authorandy <andy>
Wed, 15 Mar 2006 18:10:29 +0000 (18:10 +0000)
committerandy <andy>
Wed, 15 Mar 2006 18:10:29 +0000 (18:10 +0000)
src/Scripting/NasalSys.cxx

index dcdf9fe493dfa3f51fe8f95d42634b7c8a7d1857..fda06b465294a759fc41c5d66b39753599922079 100644 (file)
@@ -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,