diff options
author | Gareth Hughes <[email protected]> | 1999-09-13 22:20:13 +0000 |
---|---|---|
committer | Gareth Hughes <[email protected]> | 1999-09-13 22:20:13 +0000 |
commit | d1603d4a46d342d4b17e1ce8a8e58a72ad9b7514 (patch) | |
tree | 80cc2b85f91b006d3b2743febd58395036864c1d /src/glu | |
parent | 70cf58648a23543bc915028eba89ec1fc1685c1e (diff) |
Fixed file headers. Tracking down macro bugs.
Diffstat (limited to 'src/glu')
-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]> |