From 73bb103e111fb12bed013b2b3728d592c1a11587 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sat, 5 Apr 2008 21:06:47 +0000 Subject: Remove remaining K&R style prototypes. --- src/lib/util.c | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'src/lib') diff --git a/src/lib/util.c b/src/lib/util.c index 3d34c275..604931b6 100644 --- a/src/lib/util.c +++ b/src/lib/util.c @@ -1,5 +1,5 @@ /* - Copyright (c) 1991-2002, The Numerical ALgorithms Group Ltd. + Copyright (c) 1991-2002, The Numerical Algorithms Group Ltd. All rights reserved. Redistribution and use in source and binary forms, with or without @@ -14,7 +14,7 @@ the documentation and/or other materials provided with the distribution. - - Neither the name of The Numerical ALgorithms Group Ltd. nor the + - Neither the name of The Numerical Algorithms Group Ltd. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. @@ -93,13 +93,7 @@ saymemWithLine(char *str, int num, int size, int lineNum) void -#ifdef _NO_PROTO -myfree(p, size) - void *p; - int size; -#else myfree(void *p, int size) -#endif { free(p); } -- cgit v1.2.3