projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0436b9f
)
touchup comment
author
Mike Frysinger
<vapier@gentoo.org>
Sun, 16 Apr 2006 05:55:15 +0000
(
05:55
-0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Sun, 16 Apr 2006 05:55:15 +0000
(
05:55
-0000)
editors/awk.c
patch
|
blob
|
history
diff --git
a/editors/awk.c
b/editors/awk.c
index cce3b562a187aae9a816afa5c1c97bc2190e8560..e11c8350f77c94eb3007b22be809fce2cfdfd8c5 100644
(file)
--- a/
editors/awk.c
+++ b/
editors/awk.c
@@
-45,7
+45,7
@@
typedef struct var_s {
double number;
char *string;
union {
- int aidx; /* func arg i
ndex (on
compilation stage) */
+ int aidx; /* func arg i
dx (for
compilation stage) */
struct xhash_s *array; /* array ptr */
struct var_s *parent; /* for func args, ptr to actual parameter */
char **walker; /* list of array elements (for..in) */