summaryrefslogtreecommitdiff
path: root/databases/erlang-eredis/files/patch-include_eredis.hrl
blob: 6a31593f9c89ef8468540857c09f505f7c931ba0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- include/eredis.hrl.orig	2015-06-24 19:38:51 UTC
+++ include/eredis.hrl
@@ -18,11 +18,7 @@
 -type parser_state() :: status_continue | bulk_continue | multibulk_continue.
 
 %% Internal types
--ifdef(namespaced_types).
 -type eredis_queue() :: queue:queue().
--else.
--type eredis_queue() :: queue().
--endif.
 
 %% Internal parser state. Is returned from parse/2 and must be
 %% included on the next calls to parse/2.