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/tendra5/src/lib/startup/Modes/Xc – 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
/*
2
    STARTUP FILE FOR COMPILATION MODE XC
3
 
4
    Xc represents strict ANSI compliance, no more, no less.
5
*/
6
#pragma TenDRA declaration block Xc__startup begin
7
 
8
#pragma TenDRA begin
9
 
10
#include "../Literal/ansi.pf"
11
#include "../Promotion/ansi.pf"
12
 
13
#define __ANDF__ 1
14
#define __TenDRA__ 1
15
#define __OPENLINT__ 1
16
 
17
#pragma TenDRA weak prototype analysis off
18
#pragma TenDRA incompatible interface declaration warning
19
 
20
#pragma TenDRA linkage resolution : (internal) warning
21
 
22
#pragma TenDRA unknown pragma allow
23
#pragma TenDRA no external declaration disallow
24
 
25
#ifndef __NO_PRINTF_CHECKS
26
#define __NO_PRINTF_CHECKS 1
27
#endif
28
#pragma TenDRA declaration block end
29