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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// $Id$
|
||||
//
|
||||
|
||||
#include "math.ch"
|
||||
#include "hbmath.ch"
|
||||
|
||||
function main()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user