blob: afac0ef0f4c75242e43cb3096960ae7f7e24d56e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-ag,v 1.3 2005/11/17 13:17:56 dmcmahill Exp $
--- src/frontend/parse.h.orig 2005-05-26 19:29:52.000000000 +0000
+++ src/frontend/parse.h
@@ -11,7 +11,9 @@
#include <wordlist.h>
struct pnode * ft_getpnames(wordlist *wl, bool check);
+#ifndef free_pnode
#define free_pnode(ptr) free_pnode_x(ptr); ptr=NULL;
+#endif
void free_pnode_x(struct pnode *t);
|