Skip to content

Commit 46ae019

Browse files
committed
Delete double define _GNU_SOURCE
It's already defined in src.c
1 parent 0bc950f commit 46ae019

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

rules/cstring/src.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Copyright (c) 2022-present INESC-ID.
22
// Distributed under the MIT license that can be found in the LICENSE file.
33

4-
#define _GNU_SOURCE
54
#include <string.h>
65

76
const char *f6(const char *a0, int a1) { return strchr(a0, a1); }

0 commit comments

Comments
 (0)