ttmath/ttmath
Tomasz Sowa 1bae0d6cb8 changed: in ttmathtypes.h
'typedef unsigned long long int ulint' has been put inside '#ifdef TTMATH_NOASM'
         in order to not confuse a compiler while compiling with strict iso c++
         (errors about not defining 'long long' in the c++ standard)


git-svn-id: svn://ttmath.org/publicrep/ttmath/trunk@137 e52654a7-88a9-db11-a3e9-0013d4bc506e
2009-05-08 18:40:32 +00:00
..
ttmath.h fixed: UInt::AddInt() in no-asm code has incorrect assertion 2009-05-08 18:14:00 +00:00
ttmathbig.h fixed: UInt::AddInt() in no-asm code has incorrect assertion 2009-05-08 18:14:00 +00:00
ttmathint.h added: UInt::PrintLog(const char * msg, std::ostream & output) 2009-05-01 14:53:21 +00:00
ttmathobjects.h added: Objects::IsDefined(const std::string & name) 2009-04-02 05:21:49 +00:00
ttmathparser.h added: Objects::IsDefined(const std::string & name) 2009-04-02 05:21:49 +00:00
ttmathtypes.h changed: in ttmathtypes.h 2009-05-08 18:40:32 +00:00
ttmathuint.h fixed: UInt::AddInt() in no-asm code has incorrect assertion 2009-05-08 18:14:00 +00:00
ttmathuint_noasm.h fixed: UInt::AddInt() in no-asm code has incorrect assertion 2009-05-08 18:14:00 +00:00
ttmathuint_x86.h fixed: UInt::AddInt() in no-asm code has incorrect assertion 2009-05-08 18:14:00 +00:00
ttmathuint_x86_64.h fixed: UInt::AddInt() in no-asm code has incorrect assertion 2009-05-08 18:14:00 +00:00