aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/cow_inline.hrl4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/cow_inline.hrl b/include/cow_inline.hrl
index 4e45960..0fb8b3b 100644
--- a/include/cow_inline.hrl
+++ b/include/cow_inline.hrl
@@ -39,6 +39,10 @@
C =:= $5; C =:= $6; C =:= $7; C =:= $8; C =:= $9
).
+%% IS_ETAGC(Character)
+
+-define(IS_ETAGC(C), C =:= 16#21; C >= 16#23, C =/= 16#7f).
+
%% IS_TOKEN(Character)
-define(IS_TOKEN(C),