]> sourceware.org Git - automake.git/commit
* lib/Automake/Variable.pm (check_defined_unconditionally): Add
authorAlexandre Duret-Lutz <adl@gnu.org>
Thu, 29 May 2003 19:05:55 +0000 (19:05 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Thu, 29 May 2003 19:05:55 +0000 (19:05 +0000)
commit52e6a83dfb0ae19028011edd5854fadb3fda3fe9
tree26e12525d2849efa43828440e6a316ff6714031c
parent94b1f64085a8659ef687267a6e9555877e61db52
* lib/Automake/Variable.pm (check_defined_unconditionally): Add
the $parent_cond argument.
(output): Use $self->name in diagnostic not $self.
(variable_value_as_list): Rename as ...
(value_as_list): ... this.  Declare as a method.  Take a $parent_cond
argument and pass it to check_defined_unconditionally.  Do not call
variable_assert, now that this is a method.
(variable_assert): Delete (unused).
* automake.in (traverse_variable_recursively_worker): Adjust to
use check_defined_unconditionally and value_as_list as a methods.
ChangeLog
automake.in
lib/Automake/Variable.pm
This page took 0.029603 seconds and 5 git commands to generate.