$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Chris Thomasson (cristom_at_[hidden])
Date: 2006-11-02 00:41:06
Darn, I forgot to take out the redundant assertions again! Okay, every line
in the pseudo-code that looks like this:
> if (! local || local < 1) { return false; }
can look like this:
if (local < 1) { return false; }