projects
/
sasm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
387a113
)
Removed unneded external function declaration
author
Robert Pengelly
<robertapengelly@hotmail.com>
Sat, 11 Oct 2025 16:31:19 +0000
(17:31 +0100)
committer
Robert Pengelly
<robertapengelly@hotmail.com>
Sat, 11 Oct 2025 16:31:19 +0000
(17:31 +0100)
process.c
patch
|
blob
|
history
diff --git
a/process.c
b/process.c
index 0303a6a531a3d5304003450c6aa810706e4060ee..15c909563ff61fb09bfe7410acbf4601686b79f9 100644
(file)
--- 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);