Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 04/06/1997 19:30:02
cgd
Sun Apr  6 12:29:15 PDT 1997
Update of /cvsroot/src/lib/libc/regex
In directory netbsd1:/var/slash-tmp/cvs-serv3907

Modified Files:
	regex2.h 
Log Message:
qualify opcode constants with long, so that bad things don't happen when long
!= 32 bits.  This might need a bit more thought (i.e. why use long here to
begin with, when int32_t might be a better choice), but for now it's good
enough.  From Ross Harvey in PR 3450, extended by me to cover the rest of
the opcode constants and masks.