
internal function that's usually named "__gettemp". However in a cross build, "__gettemp" is in a namespace reserved for the host system, so we can't use that. Use "__nbcompat_gettemp" instead, following the example of several other functions or macros in tools/compat. Previously, this was handled by using the name "gettemp", but that conflicts with the local gettemp() function in dist/nawk.
…
Description
No description provided
Languages
C
85.3%
Roff
7.2%
Assembly
3.1%
Shell
1.7%
Makefile
1.2%
Other
0.9%