freebsd-ports/databases/erlang-eredis/files/patch-include_eredis.hrl
Jimmy Olgeni 683f166185 Sorting out some Erlang stuff:
- Rename a few Erlang-related ports using the erlang- prefix; it will avoid
  confusion with elixir- ports.
- Remove DOCS and EXAMPLES where not actually useful.
- Simplify RUN_DEPENDS where possible.
- Move textproc/exmpp to devel/erlang-exmpp.
- Add missing R18 compatibility fix for devel/erlang-oserl.
- Upgrade erlang-cuttlefish to 2.0.3.

The idea is that libraries ("deps") have the "erlang-" prefix, while larger
projects (rabbitmq, yaws, couchdb, etc) keep their usual names.
2015-06-27 12:54:11 +00: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.