* src/type1/t1parse.h (T1_ParserRec): Change type of `base_len'


			
			
				BRANCH-2-1-5
			
			
		
Werner Lemberg 23 years ago
parent 1313646d65
commit 39d98e133b
  1. 8
      ChangeLog
  2. 1
      src/cache/ftcsbits.c
  3. 1
      src/pshinter/pshalgo3.c
  4. 4
      src/type1/t1parse.h

@ -1,3 +1,11 @@
2002-09-16 Werner Lemberg <wl@gnu.org>
* src/type1/t1parse.h (T1_ParserRec): Change type of `base_len'
and `private_len' to FT_Long.
* src/cache/ftcsbits.c (ftc_sbit_node_load): Remove unused label.
* src/pshinter/pshalgo3.c (psh3_hint_align): Remove unused variable.
2002-09-14 Werner Lemberg <wl@gnu.org>
Making ftgrays.c compile stand-alone again.

@ -221,7 +221,6 @@
}
}
Exit:
return error;
}

@ -441,7 +441,6 @@
FT_Pos len = FT_MulFix( hint->org_len, scale );
FT_Int do_snapping;
FT_Pos fit_center;
FT_Pos fit_len;
PSH_AlignmentRec align;

@ -64,10 +64,10 @@ FT_BEGIN_HEADER
FT_Stream stream;
FT_Byte* base_dict;
FT_Int base_len;
FT_Long base_len;
FT_Byte* private_dict;
FT_Int private_len;
FT_Long private_len;
FT_Byte in_pfb;
FT_Byte in_memory;

Loading…
Cancel
Save