X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=type_t.h;h=fb03da98cb759cd0c96d481e29daec697c0937d4;hb=853c4c59c67930035ac59bd2bffbfa8a8c21b767;hp=5c703c7fccb1a12d493f62302ad2ffac67423120;hpb=27040b8042ae6b0ac7974f52abd95d7562da6d9a;p=cparser diff --git a/type_t.h b/type_t.h index 5c703c7..fb03da9 100644 --- a/type_t.h +++ b/type_t.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 @@ -201,6 +201,9 @@ union type_t { typeof_type_t typeoft; }; +/** The default calling convention for functions. */ +extern cc_kind_t default_calling_convention; + type_t *make_atomic_type(atomic_type_kind_t type, type_qualifiers_t qualifiers); type_t *make_complex_type(atomic_type_kind_t type, type_qualifiers_t qualifiers); type_t *make_imaginary_type(atomic_type_kind_t type, type_qualifiers_t qualifiers);