(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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user