summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux')
-rwxr-xr-xbuild-aux/makecounter.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/makecounter.sh b/build-aux/makecounter.sh
index 13ad5f485a2..3bebd288031 100755
--- a/build-aux/makecounter.sh
+++ b/build-aux/makecounter.sh
@@ -39,5 +39,5 @@ cat > $1 <<EOF
#ifdef EXPORT
EXPORT
#endif /* EXPORT */
-int counter = $curcount;
+int emacs_shortlisp_counter = $curcount;
EOF