gcc-symtab.h 941 B

12345678910111213141516171819202122232425262728
  1. /* Declarations for symtab.c.
  2. FIXME - This file should be named symtab.h, but that name conflicts
  3. with libcpp's symtab.h.
  4. Copyright (C) 2013-2019 Free Software Foundation, Inc.
  5. This file is part of GCC.
  6. GCC is free software; you can redistribute it and/or modify it under
  7. the terms of the GNU General Public License as published by the Free
  8. Software Foundation; either version 3, or (at your option) any later
  9. version.
  10. GCC is distributed in the hope that it will be useful, but WITHOUT ANY
  11. WARRANTY; without even the implied warranty of MERCHANTABILITY or
  12. FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
  13. for more details.
  14. You should have received a copy of the GNU General Public License
  15. along with GCC; see the file COPYING3. If not see
  16. <http://www.gnu.org/licenses/>. */
  17. #ifndef GCC_SYMTAB_H
  18. #define GCC_SYMTAB_H
  19. extern void change_decl_assembler_name (tree, tree);
  20. #endif // GCC_SYMTAB_H