Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.67 KB | None | 0 0
  1. /* BEGIN GCC-XML MODIFICATIONS ($Date: 2003/11/24 01:34:02 $) */
  2. /* Filename for xml dump of translation unit.  */
  3. extern const char* flag_xml;
  4.  
  5. /* Start locations for dump of translation unit.  */
  6. extern const char* flag_xml_start;
  7.  
  8. /* Tell xml.c what version of GCC is being built.  Format is 0xMMmmpp,
  9.    where MM is the major version number, mm is the minor version
  10.    number, and pp is the patch level.
  11.    Examples:  gcc 3.0.4 = 0x030004
  12.               gcc 3.2.0 = 0x030200 */
  13. #define GCC_XML_GCC_VERSION 0x030302
  14.  
  15. /* in xml.c */
  16. extern void do_xml_output                       PARAMS ((const char *));
  17. /* END GCC-XML MODIFICATIONS ($Date: 2003/11/24 01:34:02 $) */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement