diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-08-01 08:11:29 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-08-01 08:11:29 +0000 |
commit | 2391c9a189a715a504fddf614c7f7664b167036f (patch) | |
tree | 0725de0cbdf4e9a110132f674af199afbc8f8c1d /math/graphthing/files/patch-src-gt-bison.y | |
parent | Update 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.y | 10 |
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" |