blob: de43b35d6870395a145a1dbd205adc86729df4b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-ab,v 1.1 2003/09/19 18:23:21 wiz Exp $
--- source/info.c.sh.in.orig Fri Sep 19 17:34:41 2003
+++ source/info.c.sh.in Fri Sep 19 17:35:10 2003
@@ -19,11 +19,7 @@
* This file is auto-magically created. Changes will be nuked.
*/
-#ifdef __STDC__
-#define my_paste(x, y, z) x ## y ## z
-#else
#define my_paste(x, y, z) x/**/y/**/z
-#endif
#include "config.h"
#ifdef ANONYMOUS_COMPILE
|