Merge branch 'master' into experimental

This commit is contained in:
kliment 2011-07-07 16:35:53 +02:00
commit 545a2ee492

View file

@ -2,8 +2,7 @@
// Licence: GPL // Licence: GPL
#include <WProgram.h> #include <WProgram.h>
extern "C" void __cxa_pure_virtual(); extern "C" void __cxa_pure_virtual();
void __cxa_pure_virtual() {}; void __cxa_pure_virtual(){};
void get_command(); void get_command();
void process_commands(); void process_commands();