Peter Eisentraut <[EMAIL PROTECTED]> writes:
> ViSolve Open Source Team writes:
>> 2. genbki.sh: a one-line change that fixes a string concatenation problem with the
>> HP-C compiler (specific to included .c files).
> You're doing this:
> -TMPFILE="$TMPDIR/genbkitmp$$.c"
> +TMPFILE="$TMPDIR/genb
ViSolve Open Source Team writes:
> 1. s_lock.h: modified with inline tas code for the HP-C compiler
What is this line all about?
+#if defined(__HP_aCC) || defined(__HP_cc)
There are no other compilers supported, so this seems redundant.
> 2. genbki.sh: a one-line change that fixes a string c