(define_type): make length in sequences be unsigned.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7369 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-11-13 04:14:46 +00:00
parent 57dee8ff47
commit aef640c8fe

View File

@@ -278,7 +278,7 @@ define_type (int level, char *name, Type *t, int typedefp)
case TSequenceOf: {
Type i;
i.type = TInteger;
i.type = TUInteger;
i.application = 0;
space(level);