summaryrefslogtreecommitdiff
path: root/perly.y
diff options
context:
space:
mode:
Diffstat (limited to 'perly.y')
-rw-r--r--perly.y7
1 files changed, 2 insertions, 5 deletions
diff --git a/perly.y b/perly.y
index 565439bcdf..f1de7c751e 100644
--- a/perly.y
+++ b/perly.y
@@ -14,13 +14,10 @@
%{
#include "EXTERN.h"
+#define PERL_IN_PERLY_C
#include "perl.h"
-static void
-dep(void)
-{
- deprecate("\"do\" to call subroutines");
-}
+#define dep() deprecate("\"do\" to call subroutines")
%}