pike.git/
src/
program.h
Branch:
Tag:
Non-build tags
All tags
No tags
2003-12-30
2003-12-30 09:24:53 by Henrik Grubbström (Grubba) <grubba@grubba.org>
0f885c8d88206340831f5b667d83a7ef344e82ba (
6
lines) (+
4
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Minor documentation change.
Rev: src/program.h:1.196
2:
|| 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.h,v 1.
195
2003/
11
/
28
15
:
44
:
27
grubba Exp $
+
|| $Id: program.h,v 1.
196
2003/
12
/
30
09
:
24
:
53
grubba Exp $
*/ #ifndef PROGRAM_H
162:
* * For pike functions: Offset to the start of the function in * program.program in the program pointed to by prog in the struct
-
* inherit that corresponds to the identifier. */
+
* inherit that corresponds to the identifier.
Or -1 if a prototype.
+
*/
ptrdiff_t offset; };