Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pike
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pikelang
pike
Commits
06fe2c4a
Commit
06fe2c4a
authored
18 years ago
by
Henrik (Grubba) Grubbström
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/program_id.h
+5
-2
5 additions, 2 deletions
src/program_id.h
with
5 additions
and
2 deletions
src/program_id.h
+
5
−
2
View file @
06fe2c4a
...
@@ -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.2
5
2006/
03/17 17:10:54
grubba Exp $
|| $Id: program_id.h,v 1.2
6
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
0
35
#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"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment