| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Summary: compile-time version informations | 2 * Summary: compile-time version informations |
| 3 * Description: compile-time version informations for the XML library | 3 * Description: compile-time version informations for the XML library |
| 4 * | 4 * |
| 5 * Copy: See Copyright for the status of this software. | 5 * Copy: See Copyright for the status of this software. |
| 6 * | 6 * |
| 7 * Author: Daniel Veillard | 7 * Author: Daniel Veillard |
| 8 */ | 8 */ |
| 9 | 9 |
| 10 #ifndef __XML_VERSION_H__ | 10 #ifndef __XML_VERSION_H__ |
| (...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 480 */ | 480 */ |
| 481 #define LIBXML_ATTR_FORMAT(fmt,args) | 481 #define LIBXML_ATTR_FORMAT(fmt,args) |
| 482 #endif /* __GNUC__ */ | 482 #endif /* __GNUC__ */ |
| 483 | 483 |
| 484 #ifdef __cplusplus | 484 #ifdef __cplusplus |
| 485 } | 485 } |
| 486 #endif /* __cplusplus */ | 486 #endif /* __cplusplus */ |
| 487 #endif | 487 #endif |
| 488 | 488 |
| 489 | 489 |
| OLD | NEW |