1234567891011121314151617181920212223242526272829303132333435363738 |
- --- mgetty-1.1.36.orig/g3/pbm2g3.c 1998-05-07 13:32:04.000000000 +0200
- +++ mgetty-1.1.36/g3/pbm2g3.c 2017-06-03 23:32:07.020481555 +0200
- @@ -40,7 +40,7 @@ static unsigned int out_hibit = 0;
- static int out_byte_tab[ 256 ]; /* for g3 byte reversal */
-
- #ifdef __GNUC__
- -inline
- +static inline
- #endif
- void putcode _P2( (code, len), int code, int len )
- {
- @@ -60,7 +60,7 @@ void putcode _P2( (code, len), int code,
- }
-
- #ifdef __GNUC__
- -inline
- +static inline
- #endif
- void puteol _P0( void ) /* write byte-aligned EOL */
- {
- @@ -69,7 +69,7 @@ void puteol _P0( void ) /* write byte-
- }
-
- #ifdef __GNUC__
- -inline
- +static inline
- #endif
- void putwhitespan _P1( (l), int l )
- {
- @@ -100,7 +100,7 @@ void putwhitespan _P1( (l), int l )
- }
-
- #ifdef __GNUC__
- -inline
- +static inline
- #endif
- void putblackspan _P1( (l), int l )
- {
|