]> git.mxchange.org Git - simgear.git/commit
Nasal: recursive method calling.
authorThomas Geymayer <tomgey@gmail.com>
Tue, 15 Oct 2013 10:05:09 +0000 (12:05 +0200)
committerThomas Geymayer <tomgey@gmail.com>
Tue, 15 Oct 2013 10:08:42 +0000 (12:08 +0200)
commitd68b1144b8dd1514e63372103e05db4af1903c57
tree024164f8632f8b3dd04bff25c30aea587ea5c517
parent42c39b6be38d1d5e0cd4ad635b986948f2cce3af
Nasal: recursive method calling.

New functions naCallMethodCtx and naCallMethod to replace
NasalSystem::callMethod from FlightGear. This has just added an
unneeded level of indirection and fits better directly into Nasal.
naSetErrorHandler can be used to register an error handler/logging
function.
simgear/nasal/code.c
simgear/nasal/nasal.h