--- zmatch.S Sun May 1 14:10:54 1994
+++ zmatch.S.new Thu Nov 14 12:21:04 1996
@@ -19,7 +19,8 @@
.file "zmatch.S"
-#ifdef SYSV
+/* #ifdef SYSV */
+
# define _prev prev
# define _window window
# define _match_start match_start
@@ -30,7 +31,7 @@
# define _match_init match_init
# define _longest_match longest_match
-#endif
+/* #endif */
#define MAX_MATCH 258
#define MAX_MATCH2 128 /* MAX_MATCH/2-1 */
--- platform.h Mon Aug 1 17:15:54 1994
+++ platform.h.new Thu Nov 14 13:05:29 1996
@@ -147,18 +147,20 @@
/*
* Needs 80386.S
*/
+
#define UNIT32
#define MUNIT32
#define SMITH
-#define mp_setp P_SETP
-#define mp_addc P_ADDC
-#define mp_subb P_SUBB
-#define mp_rotate_left P_ROTL
+#define mp_setp _P_SETP
+#define mp_addc _P_ADDC
+#define mp_subb _P_SUBB
+#define mp_rotate_left _P_ROTL
#define unitfill0(r,ct) memset((void*)r, 0, \
(ct)*sizeof(unit))
-#define mp_smula P_SMULA
-#define mp_quo_digit p_quo_digit
-#define mp_set_recip p_setrecip
+#define mp_smula _P_SMULA
+#define mp_quo_digit _p_quo_digit
+#define mp_set_recip _p_setrecip
#define PLATFORM_SPECIFIED
+
#endif /* i386 */
#ifdef sparc
Copyright © 1994 - 2018 Linux Journal. All rights reserved.