File: std32.lnt

package info (click to toggle)
acpica-unix 20140926-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 31,916 kB
  • ctags: 13,890
  • sloc: ansic: 136,284; sh: 4,244; yacc: 3,217; makefile: 1,493; lex: 939
file content (14 lines) | stat: -rw-r--r-- 284 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//  Generic Compilers, -si4 -sp4
//  Standard lint options

-dACPI_MACHINE_WIDTH=32
-dWIN32=1
-d_MSC_VER=1
+fll            // enable long long
+rw(__asm)      // enable in-line assembly
-esym( 950, __asm) 
                     // Used to track stack use
-si4 -sp4

co.lnt
options.lnt