diff options
Diffstat (limited to 'src/glu/mesa/tess.c')
-rw-r--r-- | src/glu/mesa/tess.c | 9 |
1 files changed, 8 insertions, 1 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]> |