opnsense-ports/databases/erlang-eredis/files/patch-include_eredis.hrl
Franco Fichtner aa59fa1d56 */*: sync with upstream
Taken from: FreeBSD
2015-06-28 08:04:23 +02:00

14 lines
421 B
Erlang

--- 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.