In metaconfig.git, the branch master has been updated <http://perl5.git.perl.org/metaconfig.git/commitdiff/bf02ca2145484065b198978d15a4eb6f3e5181af?hp=6daf2ecdea124579b5d7b35a64b7135bd09fa340>
- Log ----------------------------------------------------------------- commit bf02ca2145484065b198978d15a4eb6f3e5181af Author: H.Merijn Brand - Tux <[email protected]> Date: Thu Apr 21 15:58:16 2016 +0200 dead symlink D U/U commit 9e2ce286f4a9c48e78fa2191f245e388c2774b37 Author: H.Merijn Brand - Tux <[email protected]> Date: Thu Apr 21 15:58:02 2016 +0200 Get rid of the hasfield_t global variable M U/compline/d_siginfo_si.U R092 U/perl/hasfield_t.U U/perl/Hasfield_t.U ----------------------------------------------------------------------- Summary of changes: U/U | 1 - U/compline/d_siginfo_si.U | 2 +- U/perl/{hasfield_t.U => Hasfield_t.U} | 6 ++++-- 3 files changed, 5 insertions(+), 4 deletions(-) delete mode 120000 U/U rename U/perl/{hasfield_t.U => Hasfield_t.U} (92%) diff --git a/U/U b/U/U deleted file mode 120000 index 6283bdf..0000000 --- a/U/U +++ /dev/null @@ -1 +0,0 @@ -../metaconfig/U \ No newline at end of file diff --git a/U/compline/d_siginfo_si.U b/U/compline/d_siginfo_si.U index dcd0c5e..e0e2c3e 100644 --- a/U/compline/d_siginfo_si.U +++ b/U/compline/d_siginfo_si.U @@ -3,7 +3,7 @@ ?RCS: You may distribute under the terms of either the GNU General Public ?RCS: License or the Artistic License, as specified in the README file. ?RCS: -?MAKE:d_siginfo_si_errno d_siginfo_si_pid d_siginfo_si_uid d_siginfo_si_addr d_siginfo_si_status d_siginfo_si_band d_siginfo_si_value: d_sigaction pidtype uidtype hasfield_t +?MAKE:d_siginfo_si_errno d_siginfo_si_pid d_siginfo_si_uid d_siginfo_si_addr d_siginfo_si_status d_siginfo_si_band d_siginfo_si_value: d_sigaction pidtype uidtype Hasfield_t ?MAKE: -pick add $@ %< ?S:d_siginfo_si_errno: ?S: This variable conditionally defines the HAS_SIGINFO_SI_ERRNO symbol, diff --git a/U/perl/hasfield_t.U b/U/perl/Hasfield_t.U similarity index 92% rename from U/perl/hasfield_t.U rename to U/perl/Hasfield_t.U index e7a7b22..9e76231 100644 --- a/U/perl/hasfield_t.U +++ b/U/perl/Hasfield_t.U @@ -1,5 +1,5 @@ ?RCS: Copyright (c) 2016 Dagfinn Ilmari Mannsåker & H.Merijn Brand -?RCS: +?RCS: ?RCS: You may distribute under the terms of either the GNU General Public ?RCS: License or the Artistic License, as specified in the README file. ?RCS: @@ -13,11 +13,13 @@ ?X: set d_siginfo_si_errno siginfo_t int si_errno $d_sigaction signal.h ?X: eval $hasfield_t; ?X: -?MAKE:hasfield_t: test Compile rm_try Setvar +?MAKE:Hasfield_t: test Compile rm_try Setvar ?MAKE: -pick add $@ %< +?LINT:define hasfield_t ?S:hasfield_t: ?S: Internal macro for Configure ?S:. +?V:hasfield_t: ?T:varname struct type field : Define hasfield_t macro for Configure internal use hasfield_t='varname=$1; struct=$2; type=$3; field=$4; shift; shift; shift; shift; -- perl5 metaconfig repository
