From: Ken Hornstein Date: Wed, 27 Mar 2013 18:22:40 +0000 (-0400) Subject: Change seqset_t to unsigned long to support more sequences on LP64 systems. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/b3484da5340162df4a19e566be601463413da17b?ds=inline;hp=b3484da5340162df4a19e566be601463413da17b Change seqset_t to unsigned long to support more sequences on LP64 systems. Also include necessary casts to make sequence macros worked properly. Based on code contributed by M. Levinson. ---