comparison src/ov-colon.h @ 2974:ebbc34ff7f66

[project @ 1997-05-15 19:36:16 by jwe]
author jwe
date Thu, 15 May 1997 19:42:59 +0000
parents e6d25bc478dd
children 30770ba4457a
comparison
equal deleted inserted replaced
2973:ef3379196bcf 2974:ebbc34ff7f66
60 60
61 idx_vector index_vector (void) const { return idx_vector (':'); } 61 idx_vector index_vector (void) const { return idx_vector (':'); }
62 62
63 bool is_defined (void) const { return true; } 63 bool is_defined (void) const { return true; }
64 64
65 bool is_constant (void) const { return true; }
66
65 bool is_magic_colon (void) const { return true; } 67 bool is_magic_colon (void) const { return true; }
66 68
67 bool valid_as_scalar_index (void) const { return true; } 69 bool valid_as_scalar_index (void) const { return true; }
68 70
69 bool valid_as_zero_index (void) const { return false; } 71 bool valid_as_zero_index (void) const { return false; }