2005-11-21 18:03 UTC+0100 Viktor Szakats (viktor.szakats/syenar.hu)

- include/math.ch
   + include/hbmath.ch
   * include/hbmath.h
   * tests/mathtest.prg
     ! math.ch -> hbmath.ch (rename)
This commit is contained in:
Viktor Szakats
2005-11-21 17:04:40 +00:00
parent d52d946ca8
commit 52401a7445
4 changed files with 10 additions and 3 deletions

View File

@@ -8,6 +8,13 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2005-11-21 18:03 UTC+0100 Viktor Szakats (viktor.szakats/syenar.hu)
- include/math.ch
+ include/hbmath.ch
* include/hbmath.h
* tests/mathtest.prg
! math.ch -> hbmath.ch (rename)
2005-11-21 17:44 UTC+0100 Viktor Szakats (viktor.szakats/syenar.hu)
+ tests/simplet.prg
* src/rtl/symbol.prg

View File

@@ -123,8 +123,8 @@ extern HB_MATH_HANDLERPROC hb_mathGetHandler (void);
extern double hb_random_num( void );
/* include defines from math.ch */
#include <math.ch>
/* include defines from hbmath.ch */
#include <hbmath.ch>
HB_EXTERN_END

View File

@@ -2,7 +2,7 @@
// $Id$
//
#include "math.ch"
#include "hbmath.ch"
function main()