Aria

A low-level systems programming language
git clone git://git.m21c.me/Aria.git
Log | Files | Refs | README | LICENSE

commit 4d920f19645ab1f14501ec54273add8bdba4bab4
parent ee426a46f78efcb5dc2f527b3e4581c867c3cea6
Author: m21c <ho*******@gmail.com>
Date:   Sun, 14 Jun 2026 16:40:32 +0200

add static to isolatecommand()

Diffstat:
Mcompiler.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler.c b/compiler.c @@ -7968,7 +7968,7 @@ initsource(Source *source, const char *filename, FILE *file) // @section main-routine {{{ -const char * +static const char * isolatecommand(char **string) { char *commandline = *string;