removed C++ style comment

This commit is contained in:
Ed Hartnett 2010-07-09 22:22:50 +00:00
parent 45a6f02d7c
commit 2d509f2d9b

View File

@ -102,7 +102,7 @@ typedef struct Diminfo {
int isconstant; /* separate constant from named dimension*/
size_t unlimitedsize; /* if unlimited */
size_t declsize; /* 0 => unlimited/unspecified*/
// size_t unlimitedsize; /* computed unlimited size */
/* size_t unlimitedsize; *//* computed unlimited size */
} Diminfo;
typedef struct Attrinfo {