Commit 032f57ba authored by claes's avatar claes

Adapted to gcc 3.2

parent 1fc99797
......@@ -7,6 +7,8 @@
<Description>. */
#if defined OS_LINUX
using namespace std;
#include "glow_std.h"
#include <stdio.h>
......
......@@ -13,6 +13,7 @@
#if defined __cplusplus
extern "C" {
#include "rt_elog.h"
}
#endif
#ifndef pwr_h
......@@ -110,10 +111,6 @@ class Hist {
void printSearchStr_sv_se();
};
#if defined __cplusplus
}
#endif
#else
// Dummy for other platforms then OS_LINUX
class Hist {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment