[sv-bc] packed array question

From: francoise martinolle <fm_at_.....>
Date: Fri Dec 16 2005 - 09:49:50 PST
Are packed arrays of time allowed?
Is the following legal:
 
typedef time [1:5] myvector_of_time;
 
or
typedef time mytime;
 
typedef mytime myvector_of_mytime;
 
Section 5.2
 
  Integer types with predefined widths cannot have packed
   array dimensions declared. These types are byte, shortint,
   int, longint, and integer. 


Time seems to be missing from that sentence.
 
The sentence seems to also imply that you can do the following:
 
typedef int myint;
 
typedef myint myvector_of_myint;
 
 
Francoise
       '
Received on Fri Dec 16 09:49:55 2005

This archive was generated by hypermail 2.1.8 : Fri Dec 16 2005 - 09:50:23 PST