summaryrefslogtreecommitdiff
path: root/lang/ucblogo/patches/patch-ad
blob: 0ce85d8bc10440d1b844bbcafaeb30e5205dcc24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ad,v 1.1 2004/07/13 02:16:43 thorpej Exp $

--- math.c.orig	Mon Jul 12 19:09:10 2004
+++ math.c	Mon Jul 12 19:09:08 2004
@@ -482,7 +482,7 @@
     return(binary(args, 'i'));
 }
 
-NODE *lround(NODE *args) {
+NODE *xlround(NODE *args) {
     return(binary(args, 'r'));
 }