From ed9381342e9af2dca7ebcaa0f8babbd16bc6ea9d Mon Sep 17 00:00:00 2001 From: Abdelrahman Date: Sun, 7 Sep 2025 19:22:24 +0100 Subject: [PATCH] Update codegen --- codegen/datatypes.py | 2 +- src/primitives/array/array.c | 2 +- src/primitives/array/array.h | 2 +- src/primitives/dbl_list/dbl_list.c | 2 +- src/primitives/dbl_list/dbl_list.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/codegen/datatypes.py b/codegen/datatypes.py index 0e7b8e7..32b53a2 100644 --- a/codegen/datatypes.py +++ b/codegen/datatypes.py @@ -344,7 +344,7 @@ class CFile(SerialisableDataclass): def __str__(self) -> str: return """\ /** - * THIS FILE IS AUTOMATICALLY GENERATED. ANY MODIFICATIONS TO IT WILL BE OVERWRITTEN + * THIS FILE IS AUTOMATICALLY GENERATED. ANY MODIFICATIONS TO IT WILL BE OVERWRITTEN. */ """ diff --git a/src/primitives/array/array.c b/src/primitives/array/array.c index 77e4626..38bcb04 100644 --- a/src/primitives/array/array.c +++ b/src/primitives/array/array.c @@ -1,5 +1,5 @@ /** - * THIS FILE IS AUTOMATICALLY GENERATED. ANY MODIFICATIONS TO IT WILL BE OVERWRITTEN + * THIS FILE IS AUTOMATICALLY GENERATED. ANY MODIFICATIONS TO IT WILL BE OVERWRITTEN. */ #include "./array.h" diff --git a/src/primitives/array/array.h b/src/primitives/array/array.h index 4a30fd6..50533cf 100644 --- a/src/primitives/array/array.h +++ b/src/primitives/array/array.h @@ -1,5 +1,5 @@ /** - * THIS FILE IS AUTOMATICALLY GENERATED. ANY MODIFICATIONS TO IT WILL BE OVERWRITTEN + * THIS FILE IS AUTOMATICALLY GENERATED. ANY MODIFICATIONS TO IT WILL BE OVERWRITTEN. */ #ifndef ARRAY_H diff --git a/src/primitives/dbl_list/dbl_list.c b/src/primitives/dbl_list/dbl_list.c index b0fab6f..a337631 100644 --- a/src/primitives/dbl_list/dbl_list.c +++ b/src/primitives/dbl_list/dbl_list.c @@ -1,5 +1,5 @@ /** - * THIS FILE IS AUTOMATICALLY GENERATED. ANY MODIFICATIONS TO IT WILL BE OVERWRITTEN + * THIS FILE IS AUTOMATICALLY GENERATED. ANY MODIFICATIONS TO IT WILL BE OVERWRITTEN. */ #include "./dbl_list.h" diff --git a/src/primitives/dbl_list/dbl_list.h b/src/primitives/dbl_list/dbl_list.h index e6a7c98..e60216c 100644 --- a/src/primitives/dbl_list/dbl_list.h +++ b/src/primitives/dbl_list/dbl_list.h @@ -1,5 +1,5 @@ /** - * THIS FILE IS AUTOMATICALLY GENERATED. ANY MODIFICATIONS TO IT WILL BE OVERWRITTEN + * THIS FILE IS AUTOMATICALLY GENERATED. ANY MODIFICATIONS TO IT WILL BE OVERWRITTEN. */ #ifndef DBL_LIST_H