bug-make
[Top][All Lists]
Advanced

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

[bug #29244] MSVC Compatibility broken with main.c Revision 1.237 (with


From: anonymous
Subject: [bug #29244] MSVC Compatibility broken with main.c Revision 1.237 (with Proposal for Fix)
Date: Wed, 31 Mar 2010 15:41:14 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; WOW64; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)

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/





reply via email to

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