diff options
| author | jtc <jtc@NetBSD.org> | 1993-07-02 23:56:52 +0000 |
|---|---|---|
| committer | jtc <jtc@NetBSD.org> | 1993-07-02 23:56:52 +0000 |
| commit | f4e00a39c236bf7481c72bcc6d215900040c7cdf (patch) | |
| tree | 52e2aaed1a2ff6e364820a186cf85c4b792e5626 /gnu/usr.bin/awk/jmp.c | |
| parent | 8ebc845441169cc86d3f7c2b400125e254124a27 (diff) | |
Updated to mawk 1.1.4
Diffstat (limited to 'gnu/usr.bin/awk/jmp.c')
| -rw-r--r-- | gnu/usr.bin/awk/jmp.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/awk/jmp.c b/gnu/usr.bin/awk/jmp.c index 753f20acf0e..5d354727449 100644 --- a/gnu/usr.bin/awk/jmp.c +++ b/gnu/usr.bin/awk/jmp.c @@ -11,12 +11,12 @@ the GNU General Public License, version 2, 1991. ********************************************/ /* $Log: jmp.c,v $ -/* Revision 1.1.1.1 1993/03/21 09:45:37 cgd -/* initial import of 386bsd-0.1 sources +/* Revision 1.2 1993/07/02 23:57:31 jtc +/* Updated to mawk 1.1.4 /* - * Revision 5.1 91/12/05 07:56:10 brennan + * Revision 5.1 1991/12/05 07:56:10 brennan * 1.1 pre-release - * + * */ /* this module deals with back patching jumps, breaks and continues, |
