Changeset 8326

Show
Ignore:
Timestamp:
23/12/11 13:01:55 (5 months ago)
Author:
westram
Message:
  • clang-fix: workaround non-standard header wrapper for stdarg.h
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/UNIT_TESTER/test_global.h

    r8099 r8326  
    1717// insert includes at ../INCLUDE/arb_assert.h@WhyIncludeHere 
    1818#ifndef _STDARG_H 
     19#ifndef __STDARG_H 
    1920#error Need cstdarg included 
     21#endif 
    2022#endif 
    2123#ifndef _STDIO_H