# New Ticket Created by Simon Cozens
# Please include the string: [perl #17560]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=17560 >
It's used by stat.h on Darwin, at least.
diff -d -u -r1.13 imc.h
--- imc.h 22 Sep 2002 17:37:56 -0000 1.13
+++ imc.h 24 Sep 2002 13:46:50 -0000
@@ -82,7 +82,7 @@
EXTERN char optimizer_opt[20];
EXTERN int dont_optimize;
-struct ostat {
+struct imcc_ostat {
int deleted_labels;
int if_branch;
int branch_branch;
@@ -90,7 +90,7 @@
int deleted_ins;
} ;
-EXTERN struct ostat ostat;
+EXTERN struct imcc_ostat ostat;
#endif
--
"Even if you're on the right track, you'll get run over if you just sit there."
-- Will Rogers