]> git.mxchange.org Git - simgear.git/commitdiff
tweak for un portability.
authorcurt <curt>
Thu, 3 Dec 1998 01:11:56 +0000 (01:11 +0000)
committercurt <curt>
Thu, 3 Dec 1998 01:11:56 +0000 (01:11 +0000)
Math/mat3.h

index 781af311a82cc3d3fe532b93f2aa6735d7d85c6a..0090b0cc4ec6e55f2542fc10aed1a877aeb69017 100644 (file)
@@ -175,7 +175,7 @@ void        MAT3shear(MAT3mat result_mat, double xshear, double yshear);
    for (i = 0; i < 4; i++)  mat[i][i] = 1.0; \
 }
 
-#else  !defined( USE_MEM ) || !defined( WIN32 )
+#else //  !defined( USE_MEM ) || !defined( WIN32 )
 
 #define MAT3copy( to, from)    bcopy(from, to, sizeof(MAT3mat))
 #define MAT3zero(mat)   bzero (mat, sizeof(MAT3mat))