diff options
Diffstat (limited to 'src/sciteco.h')
-rw-r--r-- | src/sciteco.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/sciteco.h b/src/sciteco.h index 4e5430c..a3352c7 100644 --- a/src/sciteco.h +++ b/src/sciteco.h @@ -24,6 +24,8 @@ #include "interface.h" +namespace SciTECO { + #if TECO_INTEGER == 32 typedef gint32 tecoInt; #define TECO_INTEGER_FORMAT G_GINT32_FORMAT @@ -129,4 +131,6 @@ line(gint n) } /* namespace Validate */ +} /* namespace SciTECO */ + #endif |