From 06fe2c4acc044a8cacee22f14b889cafde91a0ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Wed, 27 Dec 2006 17:26:48 +0100 Subject: [PATCH] Fixed typo for PROG_THREAD_MUTEX_COMPAT_7_4_ID. Added {PROG,tObjImpl,tObjIs}_PROCESS{,_ID}. Rev: src/program_id.h:1.26 --- src/program_id.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/program_id.h b/src/program_id.h index 6191c563d3..0b094a7c7e 100644 --- a/src/program_id.h +++ b/src/program_id.h @@ -2,7 +2,7 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id: program_id.h,v 1.25 2006/03/17 17:10:54 grubba Exp $ +|| $Id: program_id.h,v 1.26 2006/12/27 16:26:48 grubba Exp $ */ #ifndef PROGRAM_ID_H @@ -84,9 +84,12 @@ #define tObjImpl_STDIO_IPPROTO "\003\000\000\000\000\034" #define tObjIs_STDIO_IPPROTO "\003\001\000\000\000\034" -#define PROG_THREAD_MUTEX_COMPAT_7_4_ID 35 +#define PROG_THREAD_MUTEX_COMPAT_7_4_ID 035 #define tObjImpl_THREAD_MUTEX_COMPAT_7_4 "\003\000\000\000\000\035" #define tObjIs_THREAD_MUTEX_COMPAT_7_4 "\003\001\000\000\000\035" +#define PROG_PROCESS_ID 036 +#define tObjImpl_PROCESS "\003\000\000\000\000\036" +#define tObjIs_PROCESS "\003\001\000\000\000\036" #define PROG_GMP_MPZ_ID 040 #define tObjImpl_GMP_MPZ "\003\000\000\000\000\040" -- GitLab