bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #42617] Loaded Object Interface: function call doesn't take variabl


From: Paul D. Smith
Subject: [bug #42617] Loaded Object Interface: function call doesn't take variables as parameters
Date: Wed, 25 Jun 2014 20:24:55 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:30.0) Gecko/20100101 Firefox/30.0

Follow-up Comment #1, bug #42617 (project make):

Please show the way your code is invoking the gmk_add_function() call.  The
final option to that function (flags) has a setting to control whether the
arguments are expanded or not expanded; you want to pass GMK_FUNC_DEFAULT (or
just 0) here if you want arguments expanded before being called.

There is a regression test that verifies (very simply) that this flag does the
right thing and expands and doesn't expand as expected.  But of course the
regression test could have a problem.

But, I think this should work, so please provide more details about what
you're doing if it doesn't work for you.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?42617>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]