Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 12/13/1998 04:21:48
Module Name:	src
Committed By:	drochner
Date:		Sun Dec 13 12:21:47 UTC 1998

Modified Files:
	src/lib/libc/regex: regcomp.c regex2.h
Log Message:
Minor size_t!=int related cleanup, only effective on the alpha.
btw: the maximum length of an RE is limited by the "int" range, also
on the alpha. "sopno" is "int", and "int"s are used as counters within
the code, so it would need some work to change this. I only don't know
how one could test it...