aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hipe
diff options
context:
space:
mode:
authorKostis Sagonas <[email protected]>2012-08-24 14:08:28 +0200
committerKostis Sagonas <[email protected]>2012-08-24 14:08:28 +0200
commit1379d90ffdc9271deb7edcccc5b3ac4d51dbde09 (patch)
treed0a556f2b23f0f922990831f36acbe7bbd15f114 /lib/hipe
parentd3ba4c96e621d4e68e38926f051aadd2b0869dc9 (diff)
downloadotp-1379d90ffdc9271deb7edcccc5b3ac4d51dbde09.tar.gz
otp-1379d90ffdc9271deb7edcccc5b3ac4d51dbde09.tar.bz2
otp-1379d90ffdc9271deb7edcccc5b3ac4d51dbde09.zip
Add a missing tag in a type declaration
Diffstat (limited to 'lib/hipe')
-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).