From 545f6240cf70e7b26335c8a42e095fbc86888648 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sat, 14 Oct 2006 16:25:29 +0000 Subject: Eliminate K-R function declarations git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@84 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- converter/pgm/pgmtolispm.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'converter/pgm/pgmtolispm.c') diff --git a/converter/pgm/pgmtolispm.c b/converter/pgm/pgmtolispm.c index 02f2fd1e..abb85494 100644 --- a/converter/pgm/pgmtolispm.c +++ b/converter/pgm/pgmtolispm.c @@ -115,14 +115,8 @@ depth_to_word_size (depth) /* Lispm architecture specific - if a bitmap is writt -#if __STDC__ static void putval( gray b ) -#else /*__STDC__*/ -static void -putval( b ) -gray b; -#endif /*__STDC__*/ { if ( bitsperitem == 32 ) putitem( ); -- cgit 1.4.1