From: Gurusamy Sarathy Date: Fri, 17 Mar 2000 03:12:34 +0000 (+0000) Subject: remove non-ANSI parts in comp/cpp.t X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9070c74a4a69265863bf0ed35e2f044c9ad5b133;p=p5sagit%2Fp5-mst-13.2.git remove non-ANSI parts in comp/cpp.t p4raw-id: //depot/perl@5773 --- diff --git a/t/comp/cpp.aux b/t/comp/cpp.aux index bb93d21..536268a 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