patch-g3_pbm2g3_c 829 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. --- mgetty-1.1.36.orig/g3/pbm2g3.c 1998-05-07 13:32:04.000000000 +0200
  2. +++ mgetty-1.1.36/g3/pbm2g3.c 2017-06-03 23:32:07.020481555 +0200
  3. @@ -40,7 +40,7 @@ static unsigned int out_hibit = 0;
  4. static int out_byte_tab[ 256 ]; /* for g3 byte reversal */
  5. #ifdef __GNUC__
  6. -inline
  7. +static inline
  8. #endif
  9. void putcode _P2( (code, len), int code, int len )
  10. {
  11. @@ -60,7 +60,7 @@ void putcode _P2( (code, len), int code,
  12. }
  13. #ifdef __GNUC__
  14. -inline
  15. +static inline
  16. #endif
  17. void puteol _P0( void ) /* write byte-aligned EOL */
  18. {
  19. @@ -69,7 +69,7 @@ void puteol _P0( void ) /* write byte-
  20. }
  21. #ifdef __GNUC__
  22. -inline
  23. +static inline
  24. #endif
  25. void putwhitespan _P1( (l), int l )
  26. {
  27. @@ -100,7 +100,7 @@ void putwhitespan _P1( (l), int l )
  28. }
  29. #ifdef __GNUC__
  30. -inline
  31. +static inline
  32. #endif
  33. void putblackspan _P1( (l), int l )
  34. {