aboutsummaryrefslogtreecommitdiff
path: root/linetab.c
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-06-18 15:55:48 -0400
committerB. Watson <urchlay@slackware.uk>2024-06-18 15:55:48 -0400
commit8c9f3575182678480bec6e04db0f323299e29530 (patch)
tree335d32d1b37c4c8585adb49fbdbab2846611978b /linetab.c
parent5830070ac1442ed17fd51418926f3cb566d94de8 (diff)
downloadbw-atari8-tools-8c9f3575182678480bec6e04db0f323299e29530.tar.gz
update doc.
Diffstat (limited to 'linetab.c')
-rw-r--r--linetab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linetab.c b/linetab.c
index 59a96e3..55a5c97 100644
--- a/linetab.c
+++ b/linetab.c
@@ -88,7 +88,7 @@ void computed_msg(unsigned short lineno) {
cmd = "???"; break;
}
- fprintf(stderr, "Computed %s at line %d\n", cmd, lineno);
+ fprintf(stderr, "%s: Warning: Computed %s at line %d.\n", self, cmd, lineno);
}
CALLBACK(got_var) {