diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-03-20 10:32:26 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-03-20 10:32:26 +0000 |
commit | 868ed760a9b6b4748e6f6766f96a8546b3a7e5a1 (patch) | |
tree | 6469e87b99787526d623e316f95f3d743a315faa /Build/source/texk/web2c/config.h | |
parent | 2f1ef2d6afccb48b753a109f76a36ea15b25b1dd (diff) |
new build system
git-svn-id: svn://tug.org/texlive/trunk@12462 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/config.h')
-rw-r--r-- | Build/source/texk/web2c/config.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/Build/source/texk/web2c/config.h b/Build/source/texk/web2c/config.h index ba5f41dd29d..45aa6d105ec 100644 --- a/Build/source/texk/web2c/config.h +++ b/Build/source/texk/web2c/config.h @@ -31,14 +31,6 @@ along with this program; if not, see <http://www.gnu.org/licenses/. */ /* The stuff from the path searching library. */ #include <kpathsea/config.h> #include <web2c/c-auto.h> - -/* However, inline is a keyword in C++, and should never be #define'd. - Apparently Autoconf does not know this, at least the ancient version - we are stuck with. (Even though the Autoconf *test* is #ifdef'd.) */ -#ifdef __cplusplus -#undef inline -#endif - #include <kpathsea/c-vararg.h> /* How to open a binary file. */ @@ -124,4 +116,4 @@ extern void uexit P1H(int status); extern void usage P1H(const_string progname); extern void usagehelp P2H(const_string *message, const_string bug_email); -#endif /* not CONFIG_H */ +#endif /* not WEB2C_CONFIG_H */ |