Ignore:
Timestamp:
May 3, 2004, 12:10:15 AM (21 years ago)
Author:
bird
Message:

GCC 3.2.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/testcase/1040-static-system-5.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r1423 r1424  
    2525 */
    2626
     27/*
     28 * Just make the testcase not fail with the old InnoTek GCC.
     29 */
     30#if (__GNUC__ == 3 && __GNUC_MINOR__ == 2 && __GNUC_PATCHLEVEL__ == 2)
     31# warning "This test is broken on this compiler. Since we're not gonna fix it we're just faking success now."
     32# undef __stdcall
     33# define __stdcall
     34#endif
    2735
    2836static void __stdcall ShouldNotBeRemoved(void *pv)
     
    3341void *pfnStdcall = (void *)ShouldNotBeRemoved;
    3442
     43
Note: See TracChangeset for help on using the changeset viewer.