diff options
Diffstat (limited to 'engines/avalanche/squish.cpp')
-rw-r--r-- | engines/avalanche/squish.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/avalanche/squish.cpp b/engines/avalanche/squish.cpp index d9077ed29f..231aae2168 100644 --- a/engines/avalanche/squish.cpp +++ b/engines/avalanche/squish.cpp @@ -33,6 +33,8 @@ /* */ /*--------------------------------------------------------------------------*/ +namespace Avalanche { + const integer maxbuff = 8192 /* Buffer size for input and output files */; const integer maxtab = 4095 /* Table size - 1 ==> 2**10-1 ==> 12 bits */; const integer no_prev = 0x7fff /* Special code for no previous character */; @@ -476,3 +478,5 @@ int main(int argc, const char* argv[]) return EXIT_SUCCESS; } /* PibCompr */ + +} // End of namespace Avalanche.
\ No newline at end of file |