Skip to content

Commit

Permalink
regenerated
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasDickey committed Jun 28, 2012
1 parent 48d3365 commit 59bbbe3
Show file tree
Hide file tree
Showing 4 changed files with 181 additions and 162 deletions.
4 changes: 2 additions & 2 deletions array.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ array.c
@MawkId: array.w,v 1.14 2010/06/25 22:31:42 tom Exp @
copyright 1991-96, Michael D. Brennan
copyright 2009,2010, Thomas E. Dickey
copyright 1991-1996, Michael D. Brennan
This is a source file for mawk, an implementation of
the AWK programming language.
Expand Down Expand Up @@ -219,7 +220,6 @@ void array_load(
for(i=0;i < cnt; i++) {
cells[i].type = C_MBSTRN ;
cells[i].ptr = split_buff[i] ;
USED_SPLIT_BUFF(i) ;
}
}

Expand Down
3 changes: 2 additions & 1 deletion array.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ array.h
@MawkId: array.w,v 1.14 2010/06/25 22:31:42 tom Exp @
copyright 1991-96, Michael D. Brennan
copyright 2009,2010, Thomas E. Dickey
copyright 1991-1996, Michael D. Brennan
This is a source file for mawk, an implementation of
the AWK programming language.
Expand Down
Loading

0 comments on commit 59bbbe3

Please sign in to comment.