More libc portability updates, add in the website (which has not been
archived previously).  Wrote 'which' during the meeting today.
 -Erik
diff --git a/regexp.c b/regexp.c
index 048c03f..c271412 100644
--- a/regexp.c
+++ b/regexp.c
@@ -474,7 +474,7 @@
 	int token;
 	int peek;
 	char *build;
-	regexp *re;					// Ignore compiler whining.  If we longjmp, we don't use re anymore.
+	regexp *re;
 
 
 	/* prepare for error handling */