Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/assert.h

    r7ea7605d r4805495  
    3838// This is in accordance with the C standard.
    3939
    40 #ifndef LIBC_ASSERT_H_
    41 #define LIBC_ASSERT_H_
     40#ifndef _LIBC_ASSERT_H_
     41#define _LIBC_ASSERT_H_
    4242
    4343#ifndef __cplusplus
    44 #define static_assert(expr)     _Static_assert(expr, "")
     44#define static_assert _Static_assert
    4545#endif
    4646
Note: See TracChangeset for help on using the changeset viewer.