Skip to content

Commit

Permalink
remove type pattern from external
Browse files Browse the repository at this point in the history
  • Loading branch information
JordyAaldering committed Feb 5, 2025
1 parent 1617d34 commit f24b524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/structures/String.sac
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ external typedef string;
#pragma copyfun "copy_string"
#pragma linkobj "src/String/copystr.o"

external string to_string(char[n] A, int LENGTH);
external string to_string(char[.] A, int LENGTH);
#pragma linksign [1,2,3]
#pragma refcounting [0,1]
#pragma linkobj "src/String/tostring.o"
Expand Down

0 comments on commit f24b524

Please sign in to comment.