Skip to content

Commit b86c7ca

Browse files
committed
Set the C99 standard to compile against.
1 parent 08a91fe commit b86c7ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/gnat/lispy.gpr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ project LISPY is
88
-- Build : Build_Type := external ("LISPY_BUILD", "linux");
99

1010
package Compiler is
11-
C_Switches := ("-ffunction-sections", "-fdata-sections", "-fpic", "-Werror", "-Wall");
11+
C_Switches := ("-ffunction-sections", "-fdata-sections", "-fpic", "-Werror", "-Wall", "-std=c99");
1212
Ada_Switches := ("-ffunction-sections", "-fdata-sections", "-fpic",
1313
"-gnat2012", "-gnata", "-gnato", "-gnatE",
1414
"-gnaty", "-gnaty-s", "-gnatyO", "-gnatyM120", "-gnatyO",

0 commit comments

Comments
 (0)