X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=gen_pq_type.sh;fp=gen_pq_type.sh;h=561dc0ad46a6581f86773eced006da5d149ece91;hb=753359f19c5d29f08faca43ee735c49c217230a7;hp=0000000000000000000000000000000000000000;hpb=9ba862160ca65ed9a1e5eada87dcceba7fbf08d7;p=m6w6%2Fext-pq diff --git a/gen_pq_type.sh b/gen_pq_type.sh new file mode 100755 index 0000000..561dc0a --- /dev/null +++ b/gen_pq_type.sh @@ -0,0 +1,4 @@ +#!/bin/sh +CWD=$(dirname $0) +awk -f $CWD/php_pq_type.awk >$CWD/php_pq_type.h \ +