summaryrefslogtreecommitdiff
path: root/external/ucpp/ucpp.patch
diff options
context:
space:
mode:
Diffstat (limited to 'external/ucpp/ucpp.patch')
-rw-r--r--external/ucpp/ucpp.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/external/ucpp/ucpp.patch b/external/ucpp/ucpp.patch
deleted file mode 100644
index c9c4b92b7f79..000000000000
--- a/external/ucpp/ucpp.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- cpp.c
-+++ cpp.c
-@@ -2464,7 +2464,7 @@
- warning(-1, "unknown option '%s'", argv[i]);
- } else {
- if (filename != 0) {
-- error(-1, "spurious filename '%s'", argv[i]);
-+ error(-1, "spurious duplicate filename '%s' - vs. '%s' ", argv[i], filename);
- return 2;
- }
- filename = argv[i];