Home | History | Annotate | Download | only in include
      1 #ifndef _ASSERT_H
      2 #define _ASSERT_H
      3 
      4 /* Assert not currently supported */
      5 #define assert(X) ((void)0)
      6 
      7 #endif /* _ASSERT_H */
      8