summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGareth Hughes <gareth@valinux.com>1999-09-13 22:20:13 +0000
committerGareth Hughes <gareth@valinux.com>1999-09-13 22:20:13 +0000
commitd1603d4a46d342d4b17e1ce8a8e58a72ad9b7514 (patch)
tree80cc2b85f91b006d3b2743febd58395036864c1d
parent70cf58648a23543bc915028eba89ec1fc1685c1e (diff)
Fixed file headers. Tracking down macro bugs.
-rw-r--r--src/glu/mesa/tess.c9
-rw-r--r--src/glu/mesa/tess.h9
2 files changed, 16 insertions, 2 deletions
diff --git a/src/glu/mesa/tess.c b/src/glu/mesa/tess.c
index 1fb543340a..52353d9798 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 <garethh@lucent.com>
diff --git a/src/glu/mesa/tess.h b/src/glu/mesa/tess.h
index ad6d692657..cd5a55e431 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 <garethh@lucent.com>