Fix botch in previous delta
authorRobert Elz <kre@ucbvax.Berkeley.EDU>
Sat, 8 Jun 1985 13:52:04 +0000 (05:52 -0800)
committerRobert Elz <kre@ucbvax.Berkeley.EDU>
Sat, 8 Jun 1985 13:52:04 +0000 (05:52 -0800)
SCCS-vsn: usr.bin/f77/libF77/signal_.c 5.2
SCCS-vsn: usr.bin/f77/libF77/traper_.c 5.2
SCCS-vsn: usr.bin/f77/libF77/trapov_.c 5.2
SCCS-vsn: usr.bin/f77/libF77/trpfpe_.c 5.2

usr/src/usr.bin/f77/libF77/signal_.c
usr/src/usr.bin/f77/libF77/traper_.c
usr/src/usr.bin/f77/libF77/trapov_.c
usr/src/usr.bin/f77/libF77/trpfpe_.c

index 0ff566b..40f2d23 100644 (file)
@@ -3,8 +3,8 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)signal_.c   5.1     %G%
- */
+ *     @(#)signal_.c   5.2     %G%
+ *
  * change the action for a specified signal
  *
  * calling sequence:
  * change the action for a specified signal
  *
  * calling sequence:
index ec594f4..90db579 100644 (file)
@@ -3,8 +3,8 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)traper_.c   5.1     %G%
- */
+ *     @(#)traper_.c   5.2     %G%
+ *
  * Full of Magic! DON'T CHANGE ANYTHING !!
  *
  * To use from f77:
  * Full of Magic! DON'T CHANGE ANYTHING !!
  *
  * To use from f77:
index 4da53a0..ce00411 100644 (file)
@@ -3,8 +3,8 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)trapov_.c   5.1     %G%
- */
+ *     @(#)trapov_.c   5.2     %G%
+ *
  *     Fortran/C floating-point overflow handler
  *
  *     The idea of these routines is to catch floating-point overflows
  *     Fortran/C floating-point overflow handler
  *
  *     The idea of these routines is to catch floating-point overflows
index c8a03d0..39f8a8e 100644 (file)
@@ -3,8 +3,8 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)trpfpe_.c   5.1     %G%
- */
+ *     @(#)trpfpe_.c   5.2     %G%
+ *
  *
  *     Fortran floating-point error handler
  *
  *
  *     Fortran floating-point error handler
  *