Deleted Added
full compact
33c33
< * $FreeBSD: head/bin/sh/nodes.c.pat 196634 2009-08-28 22:41:25Z jilles $
---
> * $FreeBSD: head/bin/sh/nodes.c.pat 213811 2010-10-13 22:18:03Z obrien $
49,52c49,52
< STATIC int funcblocksize; /* size of structures in function */
< STATIC int funcstringsize; /* size of strings in node */
< STATIC pointer funcblock; /* block to allocate function from */
< STATIC char *funcstring; /* block to allocate strings from */
---
> static int funcblocksize; /* size of structures in function */
> static int funcstringsize; /* size of strings in node */
> static pointer funcblock; /* block to allocate function from */
> static char *funcstring; /* block to allocate strings from */
57,61c57,61
< STATIC void calcsize(union node *);
< STATIC void sizenodelist(struct nodelist *);
< STATIC union node *copynode(union node *);
< STATIC struct nodelist *copynodelist(struct nodelist *);
< STATIC char *nodesavestr(char *);
---
> static void calcsize(union node *);
> static void sizenodelist(struct nodelist *);
> static union node *copynode(union node *);
> static struct nodelist *copynodelist(struct nodelist *);
> static char *nodesavestr(char *);
99c99
< STATIC void
---
> static void
107c107
< STATIC void
---
> static void
119c119
< STATIC union node *
---
> static union node *
129c129
< STATIC struct nodelist *
---
> static struct nodelist *
149c149
< STATIC char *
---
> static char *