From 59e775c497682520d521822a566090ced61a0a2e Mon Sep 17 00:00:00 2001 From: rlar Date: Tue, 7 Sep 2010 20:11:13 +0000 Subject: [PATCH] convert K&R function definitions to ansi style --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5b0c9a104..d500854fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-09-07 Robert Larice + * src/xspice/ipc/ipcstdio.c : + convert K&R function definitions to ansi style + 2010-09-07 Robert Larice * src/frontend/inpcom.c , * src/frontend/plotting/x11.c ,