From: curt Date: Wed, 23 Jul 1997 21:52:21 +0000 (+0000) Subject: Put comments around the text after an #endif for increased portability. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=34e2bac4d00947743920426024ea82920f9d5087;p=simgear.git Put comments around the text after an #endif for increased portability. --- diff --git a/Math/mat3.h b/Math/mat3.h index 70f7a616..cc7b54d8 100644 --- a/Math/mat3.h +++ b/Math/mat3.h @@ -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 */ diff --git a/Math/polar.h b/Math/polar.h index 4a164856..158d8353 100644 --- a/Math/polar.h +++ b/Math/polar.h @@ -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. + * */