Follow-up Comment #3, bug #29244 (project make):

Hm, define_variable_cname() looks like a macro to me. At least variable.h
contians in line 185:


#define define_variable_cname(n,v,o,r) 


That given the code below from main.c resembles a macro exapansion quite
closely, doesn't it?


  define_variable_cname (".FEATURES",
                         "target-specific order-only second-expansion
else-if"
                         "shortest-stem undefine"
#ifndef NO_ARCHIVES
                         "archives"
#endif
#ifdef MAKE_JOBSERVER
                         "jobserver"
#endif
#ifdef MAKE_SYMLINKS
                         "check-symlink"
#endif
                         , o_default, 0);


Oliver Schmidt - oschmidt(at)sap.com

    _______________________________________________________

Reply to this item at:

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

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



_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to