1
0
Fork 0

Add the I/O library, but comment it out until we figure out how to do this securely

This commit is contained in:
andy 2006-03-15 18:10:29 +00:00
parent 537a1149a1
commit a9ea522388

View 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,