summaryrefslogtreecommitdiff
path: root/cop.h
diff options
context:
space:
mode:
Diffstat (limited to 'cop.h')
-rw-r--r--cop.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cop.h b/cop.h
index e05c89ec5e..4c7b710595 100644
--- a/cop.h
+++ b/cop.h
@@ -544,7 +544,6 @@ be zero.
/* OutCopFILE() is CopFILE for output (caller, die, warn, etc.) */
#define OutCopFILE(c) CopFILE(c)
-/* FIXME NATIVE_HINTS if this is changed from op_private (see perl.h) */
#define CopHINTS_get(c) ((c)->cop_hints + 0)
#define CopHINTS_set(c, h) STMT_START { \
(c)->cop_hints = (h); \