diff options
Diffstat (limited to 'Build/source/texk/kpathsea/c-proto.h')
-rw-r--r-- | Build/source/texk/kpathsea/c-proto.h | 2 |
1 files changed, 0 insertions, 2 deletions
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) |