Updated PCI IDs to latest snapshot.
[tangerine.git] / compiler / c_lib / source / include / libcore / libtail.c
bloba249fe1b820b2599ed281cfaa4098520e1f910fe
1 /*
2 ** © Copyright 1996-97 Andreas R. Kleinert
3 ** All Rights Reserved.
4 **
5 ** Copyright © 1997-2003, The AROS Development Team. All rights reserved.
6 ** $Id$
7 **
8 ** This file needs to be at the end of a compiled module. Most of the
9 ** time this is done automatically by the support tools for creating
10 ** modules.
12 ** This file is based on a file from the CLib37x.lha package of Andreas R.
13 ** Kleinert (of which a more recent version is available on aminet) and
14 ** adapted to fit in the AROS build framework.
15 **
16 ** To be able to compile modules with a license incompatible with the AROS
17 ** Public License users may relicense this file under any license of their
18 ** choice.
21 #include <libcore/compiler.h>
23 /* If the file with the #defines for this library is not "libdefs.h",
24 then you can redefine it. */
25 #ifndef LC_LIBDEFS_FILE
26 # define LC_LIBDEFS_FILE "libdefs.h"
27 #endif
29 /* Include the file with the #defines for this library */
30 #include LC_LIBDEFS_FILE
32 const int LIBEND TEXT_SECTION = 1; /* The end of the library */