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 – /branches/algol60/src/lib/machines/svr4.2/80x86/startup/ansi.h – Rev 2

Subversion Repositories tendra.SVN

Rev

Go to most recent revision | Details | 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