- added SUPPORT_FMOD
authortwisti <none@none>
Fri, 3 Dec 2004 16:38:55 +0000 (16:38 +0000)
committertwisti <none@none>
Fri, 3 Dec 2004 16:38:55 +0000 (16:38 +0000)
- fixed typo

src/vm/jit/x86_64/arch.h

index 73829097e7b1893e6e563890f4a552fc0ea01f3e..1cde57b07c630d5f9d5ac26bdd18e4a4c4f1f6c0 100644 (file)
@@ -26,7 +26,7 @@
 
    Authors: Christian Thalinger
 
-   $Id: arch.h 1555 2004-11-19 17:03:32Z twisti $
+   $Id: arch.h 1667 2004-12-03 16:38:55Z twisti $
 
 */
 
 #define SUPPORT_LONG             1
 #define SUPPORT_FLOAT            1
 #define SUPPORT_DOUBLE           1
-
+/* #define SUPPORT_FMOD             1 */
 /* #define SUPPORT_IFCVT            1 */
 /* #define SUPPORT_FICVT            1 */
 
 #define CONSECUTIVE_INTARGS
 #define CONSECUTIVE_FLOATARGS
 
-#endif /* _CODEGEN_H */
+#endif /* _ARCH_H */
 
 
 /*