Skip to content
Snippets Groups Projects
Commit 06fe2c4a authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Fixed typo for PROG_THREAD_MUTEX_COMPAT_7_4_ID.

Added {PROG,tObjImpl,tObjIs}_PROCESS{,_ID}.

Rev: src/program_id.h:1.26
parent c38af3e5
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
|| This file is part of Pike. For copyright information see COPYRIGHT. || This file is part of Pike. For copyright information see COPYRIGHT.
|| Pike is distributed under GPL, LGPL and MPL. See the file COPYING || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
|| for more information. || 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 #ifndef PROGRAM_ID_H
...@@ -84,9 +84,12 @@ ...@@ -84,9 +84,12 @@
#define tObjImpl_STDIO_IPPROTO "\003\000\000\000\000\034" #define tObjImpl_STDIO_IPPROTO "\003\000\000\000\000\034"
#define tObjIs_STDIO_IPPROTO "\003\001\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 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 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 PROG_GMP_MPZ_ID 040
#define tObjImpl_GMP_MPZ "\003\000\000\000\000\040" #define tObjImpl_GMP_MPZ "\003\000\000\000\000\040"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment