aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hipe/cerl
diff options
context:
space:
mode:
authorFredrik Gustafsson <[email protected]>2012-08-28 08:57:38 +0200
committerFredrik Gustafsson <[email protected]>2012-08-28 08:57:38 +0200
commitfc0810e88f780092f009fef43fc525c958981770 (patch)
tree1afa2da2a8cd704eb8643fc116007cf3aaa4f9a2 /lib/hipe/cerl
parent74dc668c916ab3a5c7ae41e750103999c4331b86 (diff)
parent7923e44a7e70807e67f8dc4b6186eb245e830e0b (diff)
downloadotp-fc0810e88f780092f009fef43fc525c958981770.tar.gz
otp-fc0810e88f780092f009fef43fc525c958981770.tar.bz2
otp-fc0810e88f780092f009fef43fc525c958981770.zip
Merge branch 'maint'
Diffstat (limited to 'lib/hipe/cerl')
-rw-r--r--lib/hipe/cerl/erl_types.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/hipe/cerl/erl_types.erl b/lib/hipe/cerl/erl_types.erl
index 410e29d269..1579735773 100644
--- a/lib/hipe/cerl/erl_types.erl
+++ b/lib/hipe/cerl/erl_types.erl
@@ -275,8 +275,8 @@
-type tag() :: ?atom_tag | ?binary_tag | ?function_tag | ?identifier_tag
| ?list_tag | ?matchstate_tag | ?nil_tag | ?number_tag
- | ?opaque_tag | ?product_tag | ?tuple_tag | ?tuple_set_tag
- | ?union_tag | ?var_tag.
+ | ?opaque_tag | ?product_tag | ?remote_tag
+ | ?tuple_tag | ?tuple_set_tag | ?union_tag | ?var_tag.
-define(float_qual, float).
-define(integer_qual, integer).