summaryrefslogtreecommitdiff
path: root/comm.sh
diff options
context:
space:
mode:
Diffstat (limited to 'comm.sh')
-rw-r--r--comm.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/comm.sh b/comm.sh
index 3d09f81..44c83dd 100644
--- a/comm.sh
+++ b/comm.sh
@@ -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