Subversion Repositories tendra.SVN

Rev

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 7u83 1
#pragma TenDRA begin
2
#pragma TenDRA no external declaration allow
3
#pragma TenDRA directive ident allow
4
#pragma TenDRA directive assert allow
5
#pragma TenDRA directive unassert allow
6
#pragma TenDRA directive include_next allow
7
 
8
#ifndef __NO_BUILTIN_ASSERTIONS
9
#assert machine(i386)
10
#assert cpu(i386)
11
#assert system(unix)
12
#unassert lint
13
#endif