diff options
-rw-r--r-- | src/glu/mesa/tess.c | 9 | ||||
-rw-r--r-- | src/glu/mesa/tess.h | 9 |
2 files changed, 16 insertions, 2 deletions
diff --git a/src/glu/mesa/tess.c b/src/glu/mesa/tess.c index 1fb543340ae..52353d9798d 100644 --- a/src/glu/mesa/tess.c +++ b/src/glu/mesa/tess.c @@ -1,4 +1,4 @@ -/* $Id: tess.c,v 1.3 1999/09/10 04:32:10 gareth Exp $ */ +/* $Id: tess.c,v 1.4 1999/09/13 22:20:13 gareth Exp $ */ /* * Mesa 3-D graphics library @@ -24,6 +24,13 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +/* + * $Log: tess.c,v $ + * Revision 1.4 1999/09/13 22:20:13 gareth + * Fixed file headers. Tracking down macro bugs. + * + */ + /***************************************************************************** * * GLU 1.3 Polygon Tessellation by Gareth Hughes <[email protected]> diff --git a/src/glu/mesa/tess.h b/src/glu/mesa/tess.h index ad6d6926576..cd5a55e431a 100644 --- a/src/glu/mesa/tess.h +++ b/src/glu/mesa/tess.h @@ -1,4 +1,4 @@ -/* $Id: tess.h,v 1.3 1999/09/10 03:05:04 brianp Exp $ */ +/* $Id: tess.h,v 1.4 1999/09/13 22:20:13 gareth Exp $ */ /* * Mesa 3-D graphics library @@ -24,6 +24,13 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +/* + * $Log: tess.h,v $ + * Revision 1.4 1999/09/13 22:20:13 gareth + * Fixed file headers. Tracking down macro bugs. + * + */ + /***************************************************************************** * * GLU 1.3 Polygon Tessellation by Gareth Hughes <[email protected]> |