summaryrefslogtreecommitdiff
path: root/toke.c
diff options
context:
space:
mode:
authorBrian Fraser <fraserbn@gmail.com>2013-08-30 18:38:05 -0300
committerBrian Fraser <fraserbn@gmail.com>2013-09-21 08:47:39 -0300
commitd4d17ebefec3e90bcf74282b5dfd54b76ce7fe8e (patch)
tree5ee1bc4d55094e5bdf7885f11ec01d915b8ef76d /toke.c
parent6ded859a3ea84604ca71928690de956f2243571a (diff)
downloadperl-d4d17ebefec3e90bcf74282b5dfd54b76ce7fe8e.tar.gz
toke.c: Remove a cargo-culted #undef CLINE
Diffstat (limited to 'toke.c')
-rw-r--r--toke.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/toke.c b/toke.c
index 1208fb2a6d..ce4a1cec3e 100644
--- a/toke.c
+++ b/toke.c
@@ -186,9 +186,6 @@ static const char* const lex_state_names[] = {
/* CLINE is a macro that ensures PL_copline has a sane value */
-#ifdef CLINE
-#undef CLINE
-#endif
#define CLINE (PL_copline = (CopLINE(PL_curcop) < PL_copline ? CopLINE(PL_curcop) : PL_copline))
#ifdef PERL_MAD