Fixed file headers. Tracking down macro bugs.
authorGareth Hughes <gareth@valinux.com>
Mon, 13 Sep 1999 22:20:13 +0000 (22:20 +0000)
committerGareth Hughes <gareth@valinux.com>
Mon, 13 Sep 1999 22:20:13 +0000 (22:20 +0000)
src/glu/mesa/tess.c
src/glu/mesa/tess.h

index 1fb543340ae1bb4c7747575136fa9907538c1737..52353d9798d28fd8ee39a54a963fcda686f13b00 100644 (file)
@@ -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
  * 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 <garethh@lucent.com>
index ad6d692657618ac28b762249859d55ea798d3ca2..cd5a55e431a66fbc15b89170263d73b9662cdd29 100644 (file)
@@ -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
  * 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 <garethh@lucent.com>