From 1a145c911e650fbc08e52fe5c88bf7c2ea852c2b Mon Sep 17 00:00:00 2001 From: Aidan Mullen Date: Fri, 3 May 2024 22:00:36 -0400 Subject: [PATCH] Modify comment --- .gitignore | 2 -- configure.ac | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1467019..2c465ee 100644 --- a/.gitignore +++ b/.gitignore @@ -22,8 +22,6 @@ !/docs/1.1_PRIVACY -!/docs/1.0_LEGAL/1.1_PRIVACY - # /src !/src/ /src/* diff --git a/configure.ac b/configure.ac index 004e182..fca562e 100644 --- a/configure.ac +++ b/configure.ac @@ -48,7 +48,7 @@ AC_CONFIG_SRCDIR([src/main.c]) CFLAGS="$CFLAGS -std=c11 -pedantic-errors -Wall -Wold-style-definition -Wextra \ - -Wmissing-prototypes -Wstrict-prototypes" # Compile to C89 + -Wmissing-prototypes -Wstrict-prototypes" # Compile to C11 # without # GNU extensions. # Warnings on.