mirror of
git://projects.qi-hardware.com/iris.git
synced 2024-11-04 22:54:03 +02:00
9 lines
173 B
COBOL
9 lines
173 B
COBOL
#pypp 0
|
|
#define EXTERN
|
|
#include "kernel.hh"
|
|
|
|
// This is needed to make gcc happy to compile c++ code without
|
|
// its standard library.
|
|
char __gxx_personality_v0[] = "hack";
|
|
|