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/nepc – 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 NO EXTRA PORTABILITY CHECKS
3
 
4
    nepc represents a switch for turning off most of the extra
5
    conversion and weak prototype checking.
6
*/
7
 
8
#pragma TenDRA begin
9
 
10
#pragma TenDRA conversion analysis off
11
#pragma TenDRA weak prototype analysis off
12
 
13
#pragma TenDRA compatible type : char * == void * : allow
14
#pragma TenDRA function pointer as pointer allow
15
 
16
/* The pragmas below replace #pragma nepc */
17
 
18
#pragma TenDRA character escape overflow allow
19
#pragma TenDRA no nline after file end allow
20
#pragma TenDRA bitfield overflow allow
21
 
22
#pragma TenDRA conversion analysis (pointer-pointer implicit) off
23
#pragma TenDRA conversion analysis (int-pointer implicit) off
24
 
25
#ifndef __NO_PRINTF_CHECKS
26
#define __NO_PRINTF_CHECKS 1
27
#endif