summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/awk/da.c
diff options
context:
space:
mode:
authorjtc <jtc@NetBSD.org>1993-07-02 23:56:52 +0000
committerjtc <jtc@NetBSD.org>1993-07-02 23:56:52 +0000
commitf4e00a39c236bf7481c72bcc6d215900040c7cdf (patch)
tree52e2aaed1a2ff6e364820a186cf85c4b792e5626 /gnu/usr.bin/awk/da.c
parent8ebc845441169cc86d3f7c2b400125e254124a27 (diff)
Updated to mawk 1.1.4
Diffstat (limited to 'gnu/usr.bin/awk/da.c')
-rw-r--r--gnu/usr.bin/awk/da.c16
1 files changed, 10 insertions, 6 deletions
diff --git a/gnu/usr.bin/awk/da.c b/gnu/usr.bin/awk/da.c
index 61ac694aef6..07d84fd179a 100644
--- a/gnu/usr.bin/awk/da.c
+++ b/gnu/usr.bin/awk/da.c
@@ -12,12 +12,16 @@ the GNU General Public License, version 2, 1991.
/* $Log: da.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:11 jtc
+/* Updated to mawk 1.1.4
/*
- * Revision 5.1 91/12/05 07:55:45 brennan
+ * Revision 5.2 1992/07/25 21:35:25 brennan
+ * patch2
+ * fixed small typo on da of _PRE_DEC
+ *
+ * Revision 5.1 1991/12/05 07:55:45 brennan
* 1.1 pre-release
- *
+ *
*/
@@ -79,11 +83,11 @@ F_POW_ASG, "f_pow_asg",
_POST_INC, "post_inc",
_POST_DEC, "post_dec",
_PRE_INC, "pre_inc",
-_PRE_INC, "pre_dec",
+_PRE_DEC, "pre_dec",
F_POST_INC, "f_post_inc",
F_POST_DEC, "f_post_dec",
F_PRE_INC, "f_pre_inc",
-F_PRE_INC, "f_pre_dec",
+F_PRE_DEC, "f_pre_dec",
_EQ, "eq",
_NEQ, "neq",
_LT, "lt",