blob: d6748dfedabb77ae3711c354a6d506257b621e5f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
$NetBSD: patch-aa,v 1.2 1998/09/04 12:38:55 agc Exp $
--- config.h.in.orig Thu Apr 2 16:41:28 1998
+++ config.h.in Thu Apr 2 16:41:36 1998
@@ -6,15 +6,6 @@
/* Default value for alignment of strings in .mo file. */
#define DEFAULT_ALIGNMENT 1
-#ifndef __P
-# if __STDC__
-# define __P(args) args
-# else
-# define __P(args) ()
-# endif
-#endif
-
-
/* Define if using alloca.c. */
#undef C_ALLOCA
|