| OLD | NEW |
| 1 /***************************************************************************/ | 1 /***************************************************************************/ |
| 2 /* */ | 2 /* */ |
| 3 /* cf2glue.h */ | 3 /* cf2glue.h */ |
| 4 /* */ | 4 /* */ |
| 5 /* Adobe's code for shared stuff (specification only). */ | 5 /* Adobe's code for shared stuff (specification only). */ |
| 6 /* */ | 6 /* */ |
| 7 /* Copyright 2007-2013 Adobe Systems Incorporated. */ | 7 /* Copyright 2007-2013 Adobe Systems Incorporated. */ |
| 8 /* */ | 8 /* */ |
| 9 /* This software, and all works of authorship, whether in source or */ | 9 /* This software, and all works of authorship, whether in source or */ |
| 10 /* object code form as indicated by the copyright notice(s) included */ | 10 /* object code form as indicated by the copyright notice(s) included */ |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 135 }; | 135 }; |
| 136 | 136 |
| 137 | 137 |
| 138 FT_END_HEADER | 138 FT_END_HEADER |
| 139 | 139 |
| 140 | 140 |
| 141 #endif /* __CF2GLUE_H__ */ | 141 #endif /* __CF2GLUE_H__ */ |
| 142 | 142 |
| 143 | 143 |
| 144 /* END */ | 144 /* END */ |
| OLD | NEW |