A few modifications to allow more broken fonts to

be loaded by the driver.
This commit is contained in:
David Turner 2000-01-13 18:19:10 +00:00
parent a00b6e690f
commit ef87970dfb
1 changed files with 6 additions and 0 deletions

View File

@ -1373,8 +1373,14 @@
if (dict_state != dict_private)
parser->state_index--;
/* many fonts use a NP instead of def or put, so */
/* we simply ignore the nest token.. */
#if 0
error = Expect_Keyword2( parser, key_def, key_put );
if (error) goto Exit;
#else
(void)Expect_Keyword2( parser, key_def, key_put );
#endif
}
break;