summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-03-17 03:12:34 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-03-17 03:12:34 +0000
commit9070c74a4a69265863bf0ed35e2f044c9ad5b133 (patch)
tree2cb253258dc18a7e1235b719276c5255cfc1368f
parent46bce7d0f6ca5cc2160478e0e4f69c9cd90d1803 (diff)
downloadperl-9070c74a4a69265863bf0ed35e2f044c9ad5b133.tar.gz
remove non-ANSI parts in comp/cpp.t
p4raw-id: //depot/perl@5773
-rwxr-xr-xt/comp/cpp.aux4
1 files changed, 0 insertions, 4 deletions
diff --git a/t/comp/cpp.aux b/t/comp/cpp.aux
index bb93d212c3..536268a74c 100755
--- a/t/comp/cpp.aux
+++ b/t/comp/cpp.aux
@@ -1,14 +1,10 @@
#!./perl -P
-# $RCSfile: cpp.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:18 $
-
print "1..3\n";
-#this is a comment
#define MESS "ok 1\n"
print MESS;
-#If you capitalize, it's a comment.
#ifdef MESS
print "ok 2\n";
#else