X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ast2firm.h;h=03e59e8db8d67dadbcc255596240e3bb24dd58e4;hb=cd8f3ba5f7f8d62f280e72f7a89c483da5bc609e;hp=2314ab3ec278b3079bd0a791a42717573db40c4e;hpb=02f47f268839c472e23095ac0025e5ccbb5ed70a;p=cparser diff --git a/ast2firm.h b/ast2firm.h index 2314ab3..03e59e8 100644 --- a/ast2firm.h +++ b/ast2firm.h @@ -1,6 +1,6 @@ /* * This file is part of cparser. - * Copyright (C) 2007-2008 Matthias Braun + * Copyright (C) 2007-2009 Matthias Braun * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -32,4 +32,8 @@ void exit_ast2firm(void); ir_mode *get_atomic_mode(atomic_type_kind_t kind); ir_type *get_ir_type(type_t *type); +typedef ident* (*create_ld_ident_func)(entity_t *entity); + +void set_create_ld_ident(create_ld_ident_func func); + #endif