diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-10-19 19:40:03 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2006-10-19 19:40:03 +0000 |
commit | 5920af596603366bf59479bd757bbd01475a090e (patch) | |
tree | 6437966f016440f500726cdff33c2b783d63b18f /packages/sdcc/files | |
parent | 8f278eee0ffb4a56f560d2f8e654058c7d4d74f0 (diff) |
sdcc: add gcc4 patch (remove bogus extra :: qualification)
Diffstat (limited to 'packages/sdcc/files')
-rw-r--r-- | packages/sdcc/files/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/sdcc/files/gcc4.patch | 13 |
2 files changed, 13 insertions, 0 deletions
diff --git a/packages/sdcc/files/.mtn2git_empty b/packages/sdcc/files/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/sdcc/files/.mtn2git_empty diff --git a/packages/sdcc/files/gcc4.patch b/packages/sdcc/files/gcc4.patch new file mode 100644 index 0000000000..31eed50df8 --- /dev/null +++ b/packages/sdcc/files/gcc4.patch @@ -0,0 +1,13 @@ +Index: sdcc/sim/ucsim/cmd.src/newcmdcl.h +=================================================================== +--- sdcc.orig/sim/ucsim/cmd.src/newcmdcl.h ++++ sdcc/sim/ucsim/cmd.src/newcmdcl.h +@@ -124,7 +124,7 @@ public: + cl_console(int portnumber, class cl_app *the_app); + #endif + virtual ~cl_console(void); +- virtual class cl_console *cl_console::clone_for_exec(char *fin); ++ virtual class cl_console *clone_for_exec(char *fin); + virtual int init(void); + + virtual bool accept_last(void); |