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