Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
032f57ba
Commit
032f57ba
authored
Apr 20, 2004
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adapted to gcc 3.2
parent
1fc99797
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
xtt/lib/xtt/src/xtt_hist.cpp
xtt/lib/xtt/src/xtt_hist.cpp
+2
-0
xtt/lib/xtt/src/xtt_hist.h
xtt/lib/xtt/src/xtt_hist.h
+1
-4
No files found.
xtt/lib/xtt/src/xtt_hist.cpp
View file @
032f57ba
...
...
@@ -7,6 +7,8 @@
<Description>. */
#if defined OS_LINUX
using
namespace
std
;
#include "glow_std.h"
#include <stdio.h>
...
...
xtt/lib/xtt/src/xtt_hist.h
View file @
032f57ba
...
...
@@ -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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment