Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4680 right-hear 1
 
2
#define __lispassert_h__
3
4
 
5
 
6
7
 
8
  #include 
9
  #define LISPASSERT(x)  assert(x)
10
#else
11
  #define LISPASSERT(x)
12
#endif
13
14
 
15