summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--psi/zcolor.c2
-rw-r--r--psi/zdevice.c4
-rw-r--r--psi/zfile1.c4
-rw-r--r--psi/zform.c2
-rw-r--r--psi/zmisc.c2
-rw-r--r--psi/zvmem2.c2
6 files changed, 8 insertions, 8 deletions
diff --git a/psi/zcolor.c b/psi/zcolor.c
index 7a00d4e22..53f176836 100644
--- a/psi/zcolor.c
+++ b/psi/zcolor.c
@@ -6748,7 +6748,7 @@ const op_def zcolor_ext_op_defs[] =
/* Operators to deal with setting stroking/non-stroking colors
* individually */
- { "1.swapcolors", zswapcolors },
+ { "0.swapcolors", zswapcolors },
/* internal operators, entries here only used for error reporting */
{ "0%setcolorspace_cont", setcolorspace_cont },
diff --git a/psi/zdevice.c b/psi/zdevice.c
index e5f4f1b4b..7d5f58df9 100644
--- a/psi/zdevice.c
+++ b/psi/zdevice.c
@@ -641,7 +641,7 @@ zspec_op(i_ctx_t *i_ctx_p)
const op_def zdevice_op_defs[] =
{
- {"1.copydevice2", zcopydevice2},
+ {"2.copydevice2", zcopydevice2},
{"0currentdevice", zcurrentdevice},
{"0.currentoutputdevice", zcurrentoutputdevice},
{"1.devicename", zdevicename},
@@ -649,7 +649,7 @@ const op_def zdevice_op_defs[] =
{"0flushpage", zflushpage},
{"7.getbitsrect", zgetbitsrect},
{"1.getdevice", zgetdevice},
- {"1.getdefaultdevice", zgetdefaultdevice},
+ {"0.getdefaultdevice", zgetdefaultdevice},
{"2.getdeviceparams", zgetdeviceparams},
{"2.gethardwareparams", zgethardwareparams},
{"5makewordimagedevice", zmakewordimagedevice},
diff --git a/psi/zfile1.c b/psi/zfile1.c
index df4194d24..488e79a12 100644
--- a/psi/zfile1.c
+++ b/psi/zfile1.c
@@ -118,8 +118,8 @@ zfile_name_parent(i_ctx_t *i_ctx_p)
const op_def zfile1_op_defs[] =
{
- {"0.file_name_combine", zfile_name_combine},
- {"0.file_name_is_absolute", zfile_name_is_absolute},
+ {"3.file_name_combine", zfile_name_combine},
+ {"1.file_name_is_absolute", zfile_name_is_absolute},
{"0.file_name_separator", zfile_name_separator},
{"0.file_name_directory_separator", zfile_name_directory_separator},
{"0.file_name_current", zfile_name_current},
diff --git a/psi/zform.c b/psi/zform.c
index 2ebde5e63..8f9d33d68 100644
--- a/psi/zform.c
+++ b/psi/zform.c
@@ -229,6 +229,6 @@ const op_def zform_op_defs[] =
{"0.beginform", zbeginform},
{"0.endform", zendform},
{"0.get_form_id", zget_form_id},
- {"1.repeatform", zrepeatform},
+ {"3.repeatform", zrepeatform},
op_def_end(0)
};
diff --git a/psi/zmisc.c b/psi/zmisc.c
index 865c42e21..d6a47e141 100644
--- a/psi/zmisc.c
+++ b/psi/zmisc.c
@@ -466,7 +466,7 @@ const op_def zmisc_a_op_defs[] =
{"0.oserrno", zoserrno},
{"1.oserrorstring", zoserrorstring},
{"0realtime", zrealtime},
- {"1serialnumber", zserialnumber},
+ {"0serialnumber", zserialnumber},
{"2.setdebug", zsetdebug},
{"0.mementolistnewblocks", zmementolistnewblocks},
{"1.setoserrno", zsetoserrno},
diff --git a/psi/zvmem2.c b/psi/zvmem2.c
index c05b1c46a..f414c5340 100644
--- a/psi/zvmem2.c
+++ b/psi/zvmem2.c
@@ -43,7 +43,7 @@ zsetglobal(i_ctx_t *i_ctx_p)
return 0;
}
-/* <bool> .currentglobal - */
+/* - .currentglobal <bool> */
static int
zcurrentglobal(i_ctx_t *i_ctx_p)
{