From: Brian Paul Date: Fri, 10 Sep 1999 03:05:04 +0000 (+0000) Subject: changed C++ comments to C style X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=95740b2c113ced1d49d84ceecc551e3718d8d8c1;p=mesa.git changed C++ comments to C style --- diff --git a/src/glu/mesa/tess.h b/src/glu/mesa/tess.h index fe8296c976c..ad6d6926576 100644 --- a/src/glu/mesa/tess.h +++ b/src/glu/mesa/tess.h @@ -1,4 +1,4 @@ -/* $Id: tess.h,v 1.2 1999/09/10 02:03:31 gareth Exp $ */ +/* $Id: tess.h,v 1.3 1999/09/10 03:05:04 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -105,4 +105,4 @@ int vdebugstr( char *format_str, ... ); } #endif -#endif // __GLU_TESS_H__ +#endif /* __GLU_TESS_H__ */