From a26e97bac7a30eb35afccac7cf567176d7022734 Mon Sep 17 00:00:00 2001 From: Greg Lewis Date: Fri, 26 Mar 2004 18:19:25 +0000 Subject: . Fix the build on 5.x. Submitted by: bento via kris --- editors/bed/files/patch-plugins::examples::file.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 editors/bed/files/patch-plugins::examples::file.cpp (limited to 'editors/bed/files/patch-plugins::examples::file.cpp') diff --git a/editors/bed/files/patch-plugins::examples::file.cpp b/editors/bed/files/patch-plugins::examples::file.cpp new file mode 100644 index 000000000000..a9da5b7cf7ee --- /dev/null +++ b/editors/bed/files/patch-plugins::examples::file.cpp @@ -0,0 +1,11 @@ +--- plugins/examples/file.cpp.orig Fri Mar 26 10:13:48 2004 ++++ plugins/examples/file.cpp Fri Mar 26 10:13:52 2004 +@@ -73,7 +73,7 @@ + + + #ifdef OLDGCCVARMACRO +-#define fprintf(x,args...) {message(##args);erefresh();} ++#define fprintf(x,args...) {message(args);erefresh();} + #else + #define fprintf(x,...) {message(__VA_ARGS__);erefresh();} + #endif -- cgit v1.2.3