URL:
  <http://savannah.gnu.org/bugs/?47419>

                 Summary: Make it possible to call zero-argument plugin macros
without awkward syntax
                 Project: make
            Submitted by: phantal
            Submitted on: Tue 15 Mar 2016 03:47:58 PM GMT
                Severity: 3 - Normal
              Item Group: Enhancement
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
       Component Version: 4.1
        Operating System: Any
           Fixed Release: None
           Triage Status: None

    _______________________________________________________

Details:

Currently you can create a plugin macro that requires zero arguments but
there's two problems:

0 You cannot set the minimum *and* maximum to zero (as opposed to zero or
more).  If the max could be set to zero then the parsing code could be
optimized to expect no argument.
0 The syntax to call a zero-argument API macro is rather awkward:


$(my_macro )

# or:
$(call my_macro)





    _______________________________________________________

Reply to this item at:

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

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


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

Reply via email to