From: Robert Pengelly Date: Sat, 11 Oct 2025 16:31:19 +0000 (+0100) Subject: Removed unneded external function declaration X-Git-Url: https://git.candlhat.org/?a=commitdiff_plain;h=f060fcbe1d07d330b87f49017f3fbb4b65548eef;p=sasm.git Removed unneded external function declaration --- diff --git a/process.c b/process.c index 0303a6a..15c9095 100644 --- a/process.c +++ b/process.c @@ -929,7 +929,6 @@ static void handle_org (char *start, char **pp) { } extern void machine_dependent_assemble_line (char *start, char *line); -extern void machine_dependent_handle_label (char *start, char **line); extern void machine_dependent_handle_proc (char *start, char **pp, char *name); extern void machine_dependent_handle_endp (char *start, char *name);