File: z07-cpudetect-no-ia32

package info (click to toggle)
glide 2002.04.10ds1-16
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 59,540 kB
  • sloc: ansic: 290,125; asm: 23,305; sh: 8,089; pascal: 3,854; makefile: 1,276; perl: 73
file content (20 lines) | stat: -rw-r--r-- 572 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Index: b/glide3x/h3/glide3/src/cpu_alpha.c
===================================================================
--- a/glide3x/h3/glide3/src/cpu_alpha.c
+++ b/glide3x/h3/glide3/src/cpu_alpha.c
@@ -1,4 +1,4 @@
-#ifdef __alpha__
+#ifndef __i386__
 
 #include <stdio.h>
 #include <string.h>
Index: b/glide3x/h5/glide3/src/cpu_alpha.c
===================================================================
--- a/glide3x/h5/glide3/src/cpu_alpha.c
+++ b/glide3x/h5/glide3/src/cpu_alpha.c
@@ -1,4 +1,4 @@
-#ifdef __alpha__
+#ifndef __i386__
 
 #include <stdio.h>
 #include <string.h>