# New Ticket Created by Andy Dougherty
# Please include the string: [perl #38141]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=38141 >
This patch fixes a couple of simple oversights falling out of the src/
reorganization.
--- parrot-current/config/gen/makefiles/CFLAGS.in 2005-12-12
19:15:10.000000000 -0500
+++ parrot-andy/config/gen/makefiles/CFLAGS.in 2006-01-03 14:07:18.169998000
-0500
@@ -8,8 +8,8 @@
src/platform.c -{-Wcast-qual} # noisy
src/spf_render.c -{-Wformat-nonliteral} # noisy
src/tsq.c -{${optimize}} # never optimize tsq.c!
-ops/core_ops_cg.c -{${optimize}} # takes too long
-ops/core_ops_switch.c -{${optimize}} # Overwhelms some compilers.
+src/ops/core_ops_cg.c -{${optimize}} # takes too long
+src/ops/core_ops_switch.c -{${optimize}} # Overwhelms some compilers.
src/py_func.c +{-Iclasses} # include pmc_default.h
# io should be -Wunsed clean
--
Andy Dougherty [EMAIL PROTECTED]