Re: [svn:parrot] r25630 - trunk/include/parrot

2008-02-10 Thread Andy Lester
On Feb 10, 2008, at 4:00 PM, chromatic wrote: I'm all for this change, but it throws a lot of "_MSC_VER is not defined" errors in non-Windows platforms. I poked at the defines a little bit, but didn't see an immediately obvious way to make things right (my most recent attempt broke the O

Re: [svn:parrot] r25630 - trunk/include/parrot

2008-02-10 Thread chromatic
On Sunday 10 February 2008 10:52:26 [EMAIL PROTECTED] wrote: > Modified: >trunk/include/parrot/compiler.h > > Log: > [src] Added Microsoft's standard source code annotation language (SAL) > annotations to NOTNULL, NULLOK, ARGIN, and others. I'm all for this change, but it throws a lot of "_MS