aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc45/files
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2005-11-29 21:09:08 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2005-11-29 21:09:08 +0000
commite8f2893f6ebc0fe7c58269e09b77b3e89bee2198 (patch)
tree13e1c9325e81e7f12d574c205fa516a9c23c116f /lang/gcc45/files
parentfd9c623ce2513620273874777b1ff8416920615e (diff)
Notes
Diffstat (limited to 'lang/gcc45/files')
-rw-r--r--lang/gcc45/files/patch-libcpp-include-cpplib.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/lang/gcc45/files/patch-libcpp-include-cpplib.h b/lang/gcc45/files/patch-libcpp-include-cpplib.h
deleted file mode 100644
index 4c015b73cd38..000000000000
--- a/lang/gcc45/files/patch-libcpp-include-cpplib.h
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: libcpp/include/cpplib.h
-===================================================================
---- libcpp/include/cpplib.h (revision 106842)
-+++ libcpp/include/cpplib.h (working copy)
-@@ -474,7 +474,7 @@
- /* Called to emit a diagnostic if client_diagnostic option is true.
- This callback receives the translated message. */
- void (*error) (cpp_reader *, int, const char *, va_list *)
-- ATTRIBUTE_PRINTF(3,0);
-+ ATTRIBUTE_FPTR_PRINTF(3,0);
- };
-
- /* Chain of directories to look for include files in. */