#!/usr/bin/perl -n /^#/ and next; /c::to_utf8/ || /c::from_utf8/ and next; /\bc::(\w+)/ and push @c, [ $1, $ARGV, $. ] ; eof && close ARGV; END { $_ = join '', `cat c/stuff.xs.pl`; foreach $c (@c) { /$c->[0]/ or $err = print "$c->[1]:$c->[2]: $c->[0] not in c.xs\n"; } exit $err; } ://git.mageia.org/software/ldetect-lst' title='ldetect-lst Git repository'/>
summaryrefslogtreecommitdiffstats
path: root/lst/pcitable
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2001-03-21 18:43:54 +0000
committerFrancois Pons <fpons@mandriva.com>2001-03-21 18:43:54 +0000
commit93ef78b1ec8ef34acf358faa6b095e3036538049 (patch)
tree591ab2ce7ed1637326385473892d879850d21616 /lst/pcitable
parentdf254746e87b69aa0c2420a1e7bfac987741ad13 (diff)
downloadldetect-lst-93ef78b1ec8ef34acf358faa6b095e3036538049.tar
ldetect-lst-93ef78b1ec8ef34acf358faa6b095e3036538049.tar.gz
ldetect-lst-93ef78b1ec8ef34acf358faa6b095e3036538049.tar.bz2
ldetect-lst-93ef78b1ec8ef34acf358faa6b095e3036538049.tar.xz
ldetect-lst-93ef78b1ec8ef34acf358faa6b095e3036538049.zip
fixed Matrox G450 entries in pcitable relative to Cards+
Diffstat (limited to 'lst/pcitable')