From: andy Date: Wed, 15 Mar 2006 19:43:09 +0000 (+0000) Subject: Add a (commented out) line enabling the "bits" library for testing. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8ca3e913ad63bc45bb195516e3d917e06560e5d9;p=flightgear.git Add a (commented out) line enabling the "bits" library for testing. --- diff --git a/src/Scripting/NasalSys.cxx b/src/Scripting/NasalSys.cxx index fda06b465..4f3d1f36a 100644 --- a/src/Scripting/NasalSys.cxx +++ b/src/Scripting/NasalSys.cxx @@ -364,6 +364,7 @@ void FGNasalSys::init() // Add in the IO library. Disabled currently until after the // 0.9.10 release. // hashset(_globals, "io", naIOLib(_context)); + // hashset(_globals, "bits", naBitsLib(_context)); // Add our custom extension functions: for(i=0; funcs[i].name; i++)