projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
46bce7d
)
remove non-ANSI parts in comp/cpp.t
Gurusamy Sarathy [Fri, 17 Mar 2000 03:12:34 +0000 (
03:12
+0000)]
p4raw-id: //depot/perl@5773
t/comp/cpp.aux
patch
|
blob
|
blame
|
history
diff --git
a/t/comp/cpp.aux
b/t/comp/cpp.aux
index
bb93d21
..
536268a
100755
(executable)
--- 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