From 8d260e8e012ae5aa733df54d0550f8f5f9071e61 Mon Sep 17 00:00:00 2001 From: Rachel Lambda Samuelsson Date: Wed, 13 Mar 2024 23:39:21 +0100 Subject: [PATCH] c2x --- c/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/meson.build b/c/meson.build index c4254d8..42397ae 100644 --- a/c/meson.build +++ b/c/meson.build @@ -1,5 +1,5 @@ project('mypkg', 'c', - default_options: ['c_std=c23']) + default_options: ['c_std=c2x']) srcs = ['src/main.c'] incs = []