]> git.mxchange.org Git - simgear.git/commitdiff
Put comments around the text after an #endif for increased portability.
authorcurt <curt>
Wed, 23 Jul 1997 21:52:21 +0000 (21:52 +0000)
committercurt <curt>
Wed, 23 Jul 1997 21:52:21 +0000 (21:52 +0000)
Math/mat3.h
Math/polar.h

index 70f7a616c4bef983fc6b601ca8f93baa7dbd670a..cc7b54d80578ff07581209c8992e20a6604c99c3 100644 (file)
@@ -143,5 +143,5 @@ int         MAT3mult_hvec (MAT3hvec result_vec, MAT3hvec vec, MAT3mat mat, int normaliz
 void           MAT3cross_product(MAT3vec result,MAT3vec,MAT3vec);
 void           MAT3perp_vec(MAT3vec result_vec, MAT3vec vec, int is_unit);
 
-#endif MAT3_HAS_BEEN_INCLUDED
+#endif /* MAT3_HAS_BEEN_INCLUDED */
 
index 4a164856f92e94deb42905c0a051ae75e17c5ffa..158d8353623950177b827a6afc42b964a3e5532e 100644 (file)
@@ -57,11 +57,14 @@ void fgRotateBatchInit(double Theta, double Phi);
 struct fgCartesianPoint fgRotateCartesianPoint(struct fgCartesianPoint p);
 
 
-#endif POLAR_H
+#endif /* POLAR_H */
 
 
 /* $Log$
-/* Revision 1.1  1997/07/07 21:02:37  curt
-/* Initial revision.
+/* Revision 1.2  1997/07/23 21:52:21  curt
+/* Put comments around the text after an #endif for increased portability.
 /*
+ * Revision 1.1  1997/07/07 21:02:37  curt
+ * Initial revision.
+ *
  */