Skip to content

Commit

Permalink
make godbolt headers have all of Vc
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber authored and amadio committed May 4, 2022
1 parent 285fb47 commit 0d3597d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions prepare_single_header.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ seen=()
parse_file() {
dir=${1%/*}
file=${1##*/}
case "$file" in
memory.h) return;;
memorybase.h) return;;
*deprecated*) return;;
*debug.h) return;;
esac
[[ "$1" =~ "/" ]] && pushd "$dir"
#echo "${seen[@]}"
if [[ "$PWD/$file" = ${(~j.|.)seen} ]]; then
Expand Down

0 comments on commit 0d3597d

Please sign in to comment.