diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-03-22 19:10:42 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-03-22 19:10:42 +0000 |
commit | 910033a07677949c4e92a8848f5f15b8cde63a0b (patch) | |
tree | 45b411beaffa330eddbe13d6e002c0fb1afe6ec9 /lang/gcc27/files/patch-c-tree.h | |
parent | Fix the URL in one of the MASTER_SITES. (diff) |
Port of the GCC 2.7.2.3 that was the base compiler in FreeBSD 2.2.x thru 3.x.
Notes
Notes:
svn path=/head/; revision=26961
Diffstat (limited to 'lang/gcc27/files/patch-c-tree.h')
-rw-r--r-- | lang/gcc27/files/patch-c-tree.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/gcc27/files/patch-c-tree.h b/lang/gcc27/files/patch-c-tree.h new file mode 100644 index 000000000000..b4ef9b129562 --- /dev/null +++ b/lang/gcc27/files/patch-c-tree.h @@ -0,0 +1,11 @@ +--- c-tree.h.orig Thu Jun 15 04:13:40 1995 ++++ c-tree.h Mon Mar 20 13:29:10 2000 +@@ -159,7 +159,7 @@ + extern void declare_function_name PROTO((void)); + extern void decl_attributes PROTO((tree, tree, tree)); + extern void init_function_format_info PROTO((void)); +-extern void record_function_format PROTO((tree, tree, int, int, int)); ++extern void record_function_format PROTO((tree, tree, int, int, int, int)); + extern void check_function_format PROTO((tree, tree, tree)); + /* Print an error message for invalid operands to arith operation CODE. + NOP_EXPR is used as a special case (see truthvalue_conversion). */ |