summaryrefslogtreecommitdiff
path: root/as
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>2004-06-04 20:33:25 +0200
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:48:49 +0200
commit6cb598cc5f1c8ae6d14381c2776338584368257e (patch)
tree9e0de9772314990061ca96735910ea5db8d4e778 /as
parentbeba34dc223aa0dcf3e5f696966c5e8408b022c3 (diff)
downloaddev86-6cb598cc5f1c8ae6d14381c2776338584368257e.tar.gz
Import Dev86src-0.16.16.tar.gzv0.16.16
Diffstat (limited to 'as')
-rw-r--r--as/as.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/as/as.c b/as/as.c
index c5fee7e..fa0f9bf 100644
--- a/as/as.c
+++ b/as/as.c
@@ -193,7 +193,11 @@ char **argv;
case 'v':
outfd = STDOUT;
writes("as86 version: ");
+#ifdef VERSION
writesn(VERSION);
+#else
+ writesn("Unknown!");
+#endif
exit(1);
#ifdef I80386
case '0': case '1': case '2':