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