summaryrefslogtreecommitdiff
path: root/math/graphthing/files/patch-src-gt-bison.y
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2005-08-01 08:11:29 +0000
committerThierry Thomas <thierry@FreeBSD.org>2005-08-01 08:11:29 +0000
commit2391c9a189a715a504fddf614c7f7664b167036f (patch)
tree0725de0cbdf4e9a110132f674af199afbc8f8c1d /math/graphthing/files/patch-src-gt-bison.y
parentUpdate to 0.3.0. (diff)
Upgrade to 1.1.
PR: 84405 Submitted by: KATO Tsuguru
Notes
Notes: svn path=/head/; revision=140618
Diffstat (limited to 'math/graphthing/files/patch-src-gt-bison.y')
-rw-r--r--math/graphthing/files/patch-src-gt-bison.y10
1 files changed, 0 insertions, 10 deletions
diff --git a/math/graphthing/files/patch-src-gt-bison.y b/math/graphthing/files/patch-src-gt-bison.y
deleted file mode 100644
index 27757727d8d8..000000000000
--- a/math/graphthing/files/patch-src-gt-bison.y
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/gt-bison.y.orig Fri Oct 25 16:16:17 2002
-+++ src/gt-bison.y Fri Oct 25 16:16:37 2002
-@@ -1,6 +1,7 @@
- %{
- #include <stdio.h>
- #include <string.h>
-+#include <iostream>
- #include "edge.h"
- #include "graph.h"
- #include "vertex.h"