Browse Source

+ Patch from peter to fix pasjpeg compile

michael 21 years ago
parent
commit
5856d367b9
1 changed files with 5 additions and 2 deletions
  1. 5 2
      rtl/inc/mathh.inc

+ 5 - 2
rtl/inc/mathh.inc

@@ -65,7 +65,7 @@
     function cos(d : extended) : extended;[internproc:fpc_in_cos_extended];
     function cos(d : extended) : extended;[internproc:fpc_in_cos_extended];
     function exp(d : extended) : extended;[internconst:fpc_in_const_exp];
     function exp(d : extended) : extended;[internconst:fpc_in_const_exp];
 
 
-    function round(d : extended) : int64;[internconst:fpc_in_const_exp];external name 'FPC_ROUND';
+    function round(d : extended) : int64;[internconst:fpc_in_const_round];external name 'FPC_ROUND';
     function frac(d : extended) : extended;[internconst:fpc_in_const_frac];
     function frac(d : extended) : extended;[internconst:fpc_in_const_frac];
     function int(d : extended) : extended;[internconst:fpc_in_const_int];
     function int(d : extended) : extended;[internconst:fpc_in_const_int];
     function trunc(d : extended) : int64;[internconst:fpc_in_const_trunc];
     function trunc(d : extended) : int64;[internconst:fpc_in_const_trunc];
@@ -124,7 +124,10 @@
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.17  2004-11-17 22:19:04  peter
+  Revision 1.18  2004-11-18 10:03:36  michael
+  + Patch from peter to fix pasjpeg compile
+
+  Revision 1.17  2004/11/17 22:19:04  peter
   internconst, internproc and some external declarations moved to interface
   internconst, internproc and some external declarations moved to interface
 
 
   Revision 1.16  2004/10/09 21:00:46  jonas
   Revision 1.16  2004/10/09 21:00:46  jonas