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