From d99df423c559d85c17779b3685426c489554908c Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 29 Jan 2016 23:20:40 +0100 Subject: patch 7.4.1200 Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi) --- src/proto/pty.pro | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/proto/pty.pro') diff --git a/src/proto/pty.pro b/src/proto/pty.pro index f2424a5096..35e5c2b7ac 100644 --- a/src/proto/pty.pro +++ b/src/proto/pty.pro @@ -1,3 +1,4 @@ /* pty.c */ -int OpenPTY __ARGS((char **ttyn)); -int SetupSlavePTY __ARGS((int fd)); +int SetupSlavePTY(int fd); +int OpenPTY(char **ttyn); +/* vim: set ft=c : */ -- cgit v1.2.3