use unsigned int for compiler optimization

This commit is contained in:
2025-09-24 15:57:34 +02:00
parent 8cc23ce9e6
commit e65cf7e37c
10 changed files with 58 additions and 76 deletions
+1
View File
@@ -6,5 +6,6 @@ AC_CHECK_HEADERS([stdlib.h])
AC_CHECK_HEADERS([stdbool.h])
AC_CHECK_HEADERS([string.h])
AC_CHECK_HEADERS([time.h])
AC_CHECK_HEADERS([limits.h])
AC_CONFIG_FILES([Makefile])
AC_OUTPUT