[PATCH] Remove duplicate macros set_subfont(), unset_subfont(), is_subfont()
30 Mar
2017
30 Mar
'17
9:43 a.m.
Hi! I found that macros set_subfont(), unset_subfont() and is_subfont() in file ptexmac.h are defined two times: ... 162 # define set_subfont(fm) ((fm)->type |= F_SUBFONT) <--- 163 # define set_type1(fm) ((fm)->type |= F_TYPE1) 164 # define set_truetype(fm) ((fm)->type |= F_TRUETYPE) 165 # define set_opentype(fm) ((fm)->type |= F_OTF) 166 # define set_subfont(fm) ((fm)->type |= F_SUBFONT) <--- ... In attachment I'm sending patch which remove duplicate definitions. -- Pali Rohár pali.rohar@gmail.com
2829
Age (days ago)
2829
Last active (days ago)
1 comments
2 participants
participants (2)
-
Akira Kakuto
-
Pali Rohár