about summary refs log tree commit diff
path: root/converter/pbm/pbmtoybm.c
diff options
context:
space:
mode:
Diffstat (limited to 'converter/pbm/pbmtoybm.c')
-rw-r--r--converter/pbm/pbmtoybm.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/converter/pbm/pbmtoybm.c b/converter/pbm/pbmtoybm.c
index 1d2be3d9..508e8e92 100644
--- a/converter/pbm/pbmtoybm.c
+++ b/converter/pbm/pbmtoybm.c
@@ -80,14 +80,8 @@ putinit( cols, rows )
     bitshift = 0;
     }
 
-#if __STDC__
 static void
 putbit( bit b )
-#else /*__STDC__*/
-static void
-putbit( b )
-    bit b;
-#endif /*__STDC__*/
     {
     if ( bitsperitem == 16 )
 	putitem( );