Show
Ignore:
Timestamp:
07/25/2012 11:03:22 AM (10 months ago)
Author:
moo
Message:

refactor: fix c89 compatibility

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/xcache/xc_sandbox.h

    r1026 r1044  
    44#if _MSC_VER > 1000 
    55#pragma once 
    6 #endif // _MSC_VER > 1000 
     6#endif /* _MSC_VER > 1000 */ 
    77 
    88/* Purpose: run specified function in compiler sandbox, restore everything to previous state after it returns