diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-17 03:12:34 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-17 03:12:34 +0000 |
commit | 9070c74a4a69265863bf0ed35e2f044c9ad5b133 (patch) | |
tree | 2cb253258dc18a7e1235b719276c5255cfc1368f | |
parent | 46bce7d0f6ca5cc2160478e0e4f69c9cd90d1803 (diff) | |
download | perl-9070c74a4a69265863bf0ed35e2f044c9ad5b133.tar.gz |
remove non-ANSI parts in comp/cpp.t
p4raw-id: //depot/perl@5773
-rwxr-xr-x | t/comp/cpp.aux | 4 |
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 |