~vcs-imports/pmake/main

Viewing all changes in revision 2666.

  • Committer: rillig
  • Date: 2020-10-19 21:57:37 UTC
  • Revision ID: rillig-20201019215737-eaizwico43xr7h6u
make(1): inline simple Lst getters

The function call variant takes more screen space than the direct field
access.  Having an abstract API is usually a good idea, in this case of
simple read-only member access it makes the code more difficult to read.

LstNode_Set has been kept as a function since it is not a read-only
accessor function.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: