bug-make
[Top][All Lists]
Advanced

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

[bug #50372] gmk_floc missing offset member


From: Paul D. Smith
Subject: [bug #50372] gmk_floc missing offset member
Date: Sun, 1 Jan 2023 14:20:08 -0500 (EST)

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

The offset field is not really needed by the load setup function.  It only has
a value inside a recipe: lineno is the line number of the start of the rule,
and offset is the number of lines into the recipe.  Since load operations
don't appear within recipes this offset value will be zero anyway.

I suppose that it's possible that a load directive could be invoked from
within an eval function in a recipe.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?50372>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

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