diff options
author | Steve Price <steve@FreeBSD.org> | 1998-07-26 23:56:30 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-07-26 23:56:30 +0000 |
commit | aea0dc16834f9ad917688b9cf1fff9e48b573b68 (patch) | |
tree | ab2ec67f42928d058fe05c02a46d121f36b6dfab /devel/cflow/files/patch-ad | |
parent | Upgrade to the 19980721 snap. (diff) |
Remove dependency on bash2 and support GNU C __attribute__ syntax.
PR: 1416
Submitted by: Andrew L. Moore <alm@slewsys.org>
Diffstat (limited to '')
-rw-r--r-- | devel/cflow/files/patch-ad | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/cflow/files/patch-ad b/devel/cflow/files/patch-ad new file mode 100644 index 000000000000..7af01f3f537e --- /dev/null +++ b/devel/cflow/files/patch-ad @@ -0,0 +1,13 @@ +--- cflow.1.orig Wed Jun 3 16:23:13 1998 ++++ cflow.1 Wed Jun 3 16:23:32 1998 +@@ -157,10 +157,3 @@ + .I static + qualifier is ignored. Only the first definition of a function or + variable is recognized. +-.P +-It appears a definition like +-.ft CW +-.ti +-main() { foo(); +-.ft +-causes problems. |