summaryrefslogtreecommitdiff
path: root/math/xlispstat/patches/patch-term.c
blob: 1402de6ad8dbc14f4e2d5626e65c0fea50582b3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-term.c,v 1.1 2012/11/19 02:56:44 joerg Exp $

--- term.c.orig	2012-11-18 23:20:09.000000000 +0000
+++ term.c
@@ -48,9 +48,7 @@ int term = 1;  /* gives tek */
 #define NICE_LINE		0
 #define POINT_TYPES		6
 
-do_point(x,y,number)
-     int x,y;
-     int number;
+static void do_point(int x, int y, int number)
 {
   register int htic,vtic;
   register struct termentry *t;