patch-g3_g3cat_c 786 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. --- mgetty-1.1.36.orig/g3/g3cat.c 2005-02-27 20:03:37.000000000 +0100
  2. +++ mgetty-1.1.36/g3/g3cat.c 2017-06-03 23:40:23.804404768 +0200
  3. @@ -44,7 +44,7 @@ static int b_written = 0; /* bytes of a
  4. /* written */
  5. #ifdef __GNUC__
  6. -inline
  7. +static inline
  8. #endif
  9. void putcode _P2( (code, len), int code, int len )
  10. {
  11. @@ -67,7 +67,7 @@ void putcode _P2( (code, len), int code,
  12. }
  13. #ifdef __GNUC__
  14. -inline
  15. +static inline
  16. #endif
  17. void putwhitespan _P1( (l), int l )
  18. {
  19. @@ -98,7 +98,7 @@ void putwhitespan _P1( (l), int l )
  20. }
  21. #ifdef __GNUC__
  22. -inline
  23. +static inline
  24. #endif
  25. void putblackspan _P1( (l), int l )
  26. {
  27. @@ -129,7 +129,7 @@ void putblackspan _P1( (l), int l )
  28. }
  29. #ifdef __GNUC__
  30. -inline
  31. +static inline
  32. #endif
  33. void puteol _P0( void ) /* write byte-aligned EOL */
  34. {