diff mc.h @ 83:f3f75911d62c

*** empty log message ***
author kono
date Wed, 05 Mar 2003 03:41:08 +0900
parents 25654dc29ecc
children 3789aef7331d
line wrap: on
line diff
--- a/mc.h	Wed Mar 05 00:39:39 2003 +0900
+++ b/mc.h	Wed Mar 05 03:41:08 2003 +0900
@@ -178,10 +178,14 @@
 
 #define I2D	97
 #define D2I	98
+#define FPOSTINC	99
+#define DPOSTINC	100
+#define FPREINC	101
+#define DPREINC	102
 
 #define US	1
 #define AS	200
-#define DOP	300
+#define DOP	400
 
 #define FILERR	1
 #define DCERR	2