diff options
| author | Greg Lewis <glewis@FreeBSD.org> | 2004-03-26 18:19:25 +0000 |
|---|---|---|
| committer | Greg Lewis <glewis@FreeBSD.org> | 2004-03-26 18:19:25 +0000 |
| commit | a26e97bac7a30eb35afccac7cf567176d7022734 (patch) | |
| tree | e210f7117f49645a2dc95f8484c2eab8ce6f2290 /editors/bed/files/patch-plugins::examples::file.cpp | |
| parent | Update to 0.5.15: miscellaneous changes to widgets, dialogs, windows, (diff) | |
. Fix the build on 5.x.
Submitted by: bento via kris
Notes
Notes:
svn path=/head/; revision=105363
Diffstat (limited to 'editors/bed/files/patch-plugins::examples::file.cpp')
| -rw-r--r-- | editors/bed/files/patch-plugins::examples::file.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
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 |
