summaryrefslogtreecommitdiffstats
path: root/setjump.mar
diff options
context:
space:
mode:
authorThomas Bushnell <tb@debian.org>2006-10-23 23:31:59 -0700
committerBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:05:35 -0800
commit906cc4f0899080f1b832af98b7ccbcc257b8a64e (patch)
tree14e3ec231debdca4da9c1a3ccc0536033c1c8a4b /setjump.mar
parent3d573fa54db0fdcae8b2a20356faa46c8e335206 (diff)
parent50eb784bfcf15ee3c6b0b53d747db92673395040 (diff)
downloadscm-906cc4f0899080f1b832af98b7ccbcc257b8a64e.tar.gz
scm-906cc4f0899080f1b832af98b7ccbcc257b8a64e.zip
Import Debian changes 5e3-1debian/5e3-1
scm (5e3-1) unstable; urgency=low * New upstream release. * debian/control (Architecture): Add ia64 to list of supported archs. Now everything but s390 is listed. (Closes: #335980) (Build-Depends): Require at least version 3a4 of slib. * Change to continue.h from version 5e1-2 repeated here. * Change to xgen.scm from version 5e2-4 repeated here. * Change to scm.1 from version 5e2-4 repeated here.
Diffstat (limited to 'setjump.mar')
-rw-r--r--setjump.mar13
1 files changed, 7 insertions, 6 deletions
diff --git a/setjump.mar b/setjump.mar
index 2b49243..3fc223c 100644
--- a/setjump.mar
+++ b/setjump.mar
@@ -1,10 +1,11 @@
.title setjump and longjump
-; The VAX C runtime library uses the $unwind utility for implementing
-; longjmp. That fails if your program do not follow normal
-; stack decipline. This is a dirty implementation of setjmp
-; and longjmp that does not have that problem.
-; the names longjmp and setjmp are avoided so that the code can be linked
-; with the vax c runtime library without name clashes.
+
+; The VAX C runtime library uses the $unwind utility for
+; implementing longjmp. That fails if your program does not
+; follow normal stack decipline. This is a dirty implementation
+; of setjmp and longjmp that does not have that problem. The
+; names longjmp and setjmp are avoided so that the code can be
+; linked with the vax c runtime library without name clashes.
; This code was contributed by an anonymous reviewer from
; comp.sources.reviewed.