Skip to content

Commit

Permalink
removed compat code
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoLassmann committed Apr 24, 2024
1 parent 6472651 commit 1117255
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ pub fn build(b: *std.Build) !void {
}

const kalign_lib_sources = [_][]const u8{
"lib/src/strnlen_compat.c",
// "lib/src/strnlen_compat.c",
"lib/src/test.c",
"lib/src/tldevel.c",
"lib/src/tlmisc.c",
Expand Down
2 changes: 1 addition & 1 deletion lib/src/msa_check.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <string.h>
#include <ctype.h>

#include "strnlen_compat.h"
/* #include "strnlen_compat.h" */

#include "msa_struct.h"

Expand Down
2 changes: 1 addition & 1 deletion lib/src/msa_io.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <ctype.h>
#include <time.h>

#include "strnlen_compat.h"
/* #include "strnlen_compat.h" */
#include "tldevel.h"
#include "tlmisc.h"
#include "esl_stopwatch.h"
Expand Down
2 changes: 1 addition & 1 deletion lib/src/tlmisc.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include <stdio.h>
#include <string.h>

#include "strnlen_compat.h"
/* #include "strnlen_compat.h" */

#define TLMISC_IMPORT
#include "tlmisc.h"
Expand Down

0 comments on commit 1117255

Please sign in to comment.