<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">diff --git Makefile.PL.old Makefile.PL
index 37eca8e..02d4a34 100644
--- Makefile.PL.old
+++ Makefile.PL
@@ -45,7 +45,7 @@ sub cflags {
     my @cflags = split /\n/, $cflags;
 
     $self-&gt;{CCFLAGS} .= ' -Wall';     # Flag all warnings
-    $self-&gt;{CCFLAGS} .= ' -std=c89';  # Compile according to C99 standard
+    $self-&gt;{CCFLAGS} .= ' -std=c99';  # Compile according to C99 standard
 
     foreach (@cflags) {
         $_ = "CCFLAGS = $self-&gt;{CCFLAGS}" if /^CCFLAGS/;
</pre></body></html>