Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – tendra.SVN – Blame – /trunk/src/lib/machines/openbsd/80x86/startup/ansi.h – Rev 6

Subversion Repositories tendra.SVN

Rev

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

Rev Author Line No. Line
6 7u83 1
#pragma TenDRA begin
2
#pragma TenDRA directive assert allow
3
#pragma TenDRA directive unassert allow
4
#pragma TenDRA directive include_next allow
5
#pragma TenDRA longlong type allow
6
#pragma TenDRA no external declaration allow
7
#pragma TenDRA directive warning allow
8
 
9
#ifndef __NO_BUILTIN_ASSERTIONS
10
#assert machine(i386)
11
#assert cpu(i386)
12
#assert system(unix)
13
#assert system(OpenBSD)
14
#unassert lint
15
#endif
16
 
17
#define unix		1
18
#define i386		1
19
#define __unix		1
20
#define __i386		1
21
#define __unix__	1
22
#define __i386__	1
23
#define __OpenBSD__	2
24
 
25
#ifndef __inline
26
#pragma TenDRA keyword __inline for inline
27
#endif
28
 
29
#ifndef __signed
30
#define __signed	signed
31
#endif