From 6aa86b45318b321ba7e9cc3c221ab9062ddac4a0 Mon Sep 17 00:00:00 2001 From: Xin LI Date: Sat, 29 Jun 2019 04:39:01 +0000 Subject: Vendor import of less v551. --- os.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'os.c') diff --git a/os.c b/os.c index df117610d82f1..53c82e42e7f3b 100644 --- a/os.c +++ b/os.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1984-2017 Mark Nudelman + * Copyright (C) 1984-2019 Mark Nudelman * * You may distribute under the terms of either the GNU General Public * License or the Less License, as specified in the README file. @@ -176,7 +176,7 @@ start: * Interrupt a pending iread(). */ public void -intread() +intread(VOID_PARAM) { LONG_JUMP(read_label, 1); } @@ -186,7 +186,7 @@ intread() */ #if HAVE_TIME public time_type -get_time() +get_time(VOID_PARAM) { time_type t; -- cgit v1.2.3