summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-06-23 16:29:55 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-06-23 16:29:55 +0000
commit9e431b970f2875e6e30b0680ee54e7c90cfe537e (patch)
treed2201e0813ed9dfab88d0c5bf9764b54c7e24527 /Build/source/texk/kpathsea
parent371b8e253250c7ed1fde51ca0f9b0a25bd997fda (diff)
completely drop HAVE_PROTOTYPES
git-svn-id: svn://tug.org/texlive/trunk@13922 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea')
-rw-r--r--Build/source/texk/kpathsea/ChangeLog2
-rw-r--r--Build/source/texk/kpathsea/c-proto.h2
2 files changed, 1 insertions, 3 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog
index fa7a280c85a..023c402fcd3 100644
--- a/Build/source/texk/kpathsea/ChangeLog
+++ b/Build/source/texk/kpathsea/ChangeLog
@@ -8,7 +8,7 @@
* kpathsea.h (removed): no longer distributed.
* Makefile.am: remove c-vararg.h, rebuild kpathsea.h.
- * c-proto.h: assume HAVE_PROTOTYPES.
+ * c-proto.h: assume HAVE_PROTOTYPES, remove AA macro.
2009-06-22 Peter Breitenlohner <peb@mppmu.mpg.de>
diff --git a/Build/source/texk/kpathsea/c-proto.h b/Build/source/texk/kpathsea/c-proto.h
index 9912a8fef92..da901e79e25 100644
--- a/Build/source/texk/kpathsea/c-proto.h
+++ b/Build/source/texk/kpathsea/c-proto.h
@@ -37,8 +37,6 @@
/* We now require that the compiler understands prototypes. We keep
these definitions until the macros are not used anymore. */
-#define AA(args) args /* For an arbitrary number; ARGS must be in parens. */
-
#define P1H(p1) (p1)
#define P2H(p1,p2) (p1, p2)
#define P3H(p1,p2,p3) (p1, p2, p3)