about summary refs log tree commit diff
path: root/converter/pgm/pgmtolispm.c
diff options
context:
space:
mode:
Diffstat (limited to 'converter/pgm/pgmtolispm.c')
-rw-r--r--converter/pgm/pgmtolispm.c6
1 files changed, 0 insertions, 6 deletions
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( );