Geoffrey Young wrote:

-#define MP_dINTERP_PUTBACK(interp) dNOOP
+#define MP_INTERP_PUTBACK(interp) NOOP


ah, I missed the dNOOP change and only saw the name change :)

I'm looking forward for mandrake cooker gcc picking up the changes from the end of july where the gcc team has added a new flag that will complain about declarations after code, so we will be able to catch this problem before committing things.


we should add that to maintainer mode when it arrives.

I'll have to remember to update my RH too :)

It's -Wdeclaration-after-statement, added Mon Jul 28 20:15:44 2003. http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?r1=2.639&r2=2.640&f=h

We probably should turn it on if gcc-3.3.2 is used (which is not released yet).

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com



Reply via email to