Skip to content

Commit

Permalink
Use proper namespaced types.
Browse files Browse the repository at this point in the history
  • Loading branch information
kape1395 committed Oct 20, 2014
1 parent 4a9ab0a commit 18c7c5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/hamcrest_internal.hrl
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
%% -----------------------------------------------------------------------------

-ifdef(namespaced_types).
-type hc_set() :: dict:set().
-type hc_gb_set() :: dict:gb_set().
-type hc_set() :: sets:set().
-type hc_gb_set() :: gb_sets:set().
-else.
-type hc_set() :: set().
-type hc_gb_set() :: gb_set().
Expand Down

0 comments on commit 18c7c5a

Please sign in to comment.