]> git.mxchange.org Git - simgear.git/commit
Use __FUNCTION__, which works on gcc and MSVC 7/8, instead of
authorandy <andy>
Mon, 2 Apr 2007 16:14:54 +0000 (16:14 +0000)
committerandy <andy>
Mon, 2 Apr 2007 16:14:54 +0000 (16:14 +0000)
commit7a680fb9f26af64738bddfca741dc48fd0be0bc3
tree702cef3cbe8875784dad1188ea65e6e92b9641f2
parenta5f9262adbc87af945e4124c1ad291d0a14a061c
Use __FUNCTION__, which works on gcc and MSVC 7/8, instead of
__func__, which while standardized works only with gcc.  I'll wait for
bug reports from VC6 before bothering with fallback code...
simgear/nasal/lib.c
simgear/nasal/mathlib.c