int
testload_gmk_setup (unsigned int abi, gmk_floc *pos)
{
+ (void)abi;
(void)pos;
gmk_eval ("TESTLOAD = implicit", 0);
if (getenv("TESTAPI_KEEP"))
int
explicit_setup (unsigned int abi, gmk_floc *pos)
{
+ (void)abi;
(void)pos;
gmk_eval ("TESTLOAD = explicit", 0);
if (getenv("TESTAPI_KEEP"))
{
char *mem;
+ (void)argc;
+
if (strcmp (funcname, "test-expand") == 0)
return test_expand (argv[0]);
{
const char *verbose = getenv ("TESTAPI_VERBOSE");
+ (void)abi;
+
gmk_add_function ("test-expand", func_test, 1, 1, GMK_FUNC_DEFAULT);
gmk_add_function ("test-noexpand", func_test, 1, 1, GMK_FUNC_NOEXPAND);
gmk_add_function ("test-eval", func_test, 1, 1, GMK_FUNC_DEFAULT);