tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Fix for floating point exception in check-portability.awk
Hi,
Can you provide an actual diff?
Sure. Thanks.
*** check-portability.awk.orig Fri Nov 22 20:09:01 2013
--- check-portability.awk Tue Nov 19 18:13:28 2013
***************
*** 31,36 ****
--- 31,38 ----
function check_test_eqeq(line, n, word, i) {
+ if (length(line) == 0 || length(word) == 0)
+ return;
n = split(line, word);
for (i = 3; i < n; i++) {
if (word[i] == "==") {
Home |
Main Index |
Thread Index |
Old Index