diff options
Diffstat (limited to 'comm.sh')
-rw-r--r-- | comm.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -10,6 +10,9 @@ if test -z "$srcdir"; then srcdir=. fi +LC_ALL=C +export LC_ALL + rm -f comm.h cat << EOF > comm.h /* @@ -57,6 +60,7 @@ struct action { int nr; char **args; + int *argl; }; #define RC_ILLEGAL -1 |