* builtintable_internal: fixed 2 typo's
authortwisti <none@none>
Wed, 8 Jun 2005 20:58:01 +0000 (20:58 +0000)
committertwisti <none@none>
Wed, 8 Jun 2005 20:58:01 +0000 (20:58 +0000)
src/vm/builtintable.inc

index 1f4852bd194176c4d0089e6dde2f0e82d15e7a11..5121ca9cd0ffb649062b83734fec2d511e2c8301 100644 (file)
@@ -28,7 +28,7 @@
 
    Changes:
 
-   $Id: builtintable.inc 2545 2005-06-06 14:35:29Z twisti $
+   $Id: builtintable.inc 2619 2005-06-08 20:58:01Z twisti $
 
 */
 
@@ -47,14 +47,14 @@ static builtintable_entry builtintable_internal[] = {
        {
                ICMD_F2L,
                BUILTIN_f2l,
-               "(F)L",
+               "(F)J",
                "f2l",
                NULL
        },
        {
                ICMD_D2L,
                BUILTIN_d2l,
-               "(D)L",
+               "(D)J",
                "d2l",
                NULL
        },