omit <type> links
This commit is contained in:
parent
fbe05ec826
commit
9c5105eeb1
@ -1141,14 +1141,6 @@ lh_new.3,LHASH_COMP_FN_TYPE.3
|
||||
lh_new.3,LHASH_DOALL_ARG_FN_TYPE.3
|
||||
lh_new.3,LHASH_DOALL_FN_TYPE.3
|
||||
lh_new.3,LHASH_HASH_FN_TYPE.3
|
||||
lh_new.3,lh_<type>_delete.3
|
||||
lh_new.3,lh_<type>_doall.3
|
||||
lh_new.3,lh_<type>_doall_arg.3
|
||||
lh_new.3,lh_<type>_error.3
|
||||
lh_new.3,lh_<type>_free.3
|
||||
lh_new.3,lh_<type>_insert.3
|
||||
lh_new.3,lh_<type>_new.3
|
||||
lh_new.3,lh_<type>_retrieve.3
|
||||
lh_new.3,lh_delete.3
|
||||
lh_new.3,lh_doall.3
|
||||
lh_new.3,lh_doall_arg.3
|
||||
|
@ -11,7 +11,7 @@ for i in `ls -1 *.3`; do
|
||||
for j in $links; do
|
||||
a=`echo "x$j" | tr '[:upper:]' '[:lower:]'`
|
||||
b=`echo "x$name" | tr '[:upper:]' '[:lower:]'`
|
||||
if [ $a != $b ]; then
|
||||
if [[ $a != $b && $a != *"<type>"* ]]; then
|
||||
echo $name.3,$j.3 >> links
|
||||
fi
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user