Changeset 718 for src/common/Values.ma
- Timestamp:
- Mar 29, 2011, 5:54:37 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/common/Values.ma
r700 r718 224 224 | Vint _ ⇒ match t with [ ASTint ⇒ True | _ ⇒ False ] 225 225 | Vfloat _ ⇒ match t with [ ASTfloat ⇒ True | _ ⇒ False ] 226 | Vptr _ _ _ ⇒ match t with [ AST int⇒ True | _ ⇒ False ]226 | Vptr _ _ _ ⇒ match t with [ ASTptr ⇒ True | _ ⇒ False ] 227 227 | _ ⇒ False 228 228 ].
Note: See TracChangeset
for help on using the changeset viewer.