pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
2003-09-03
2003-09-03 17:55:59 by Martin Stjernholm <mast@lysator.liu.se>
828a8abd3d0013c5fa0f2fd9c82fed4a262ebb0f (
9
lines) (+
5
/-
4
)
[
Show
|
Annotate
]
Branch:
7.9
Updated a comment to reality.
Rev: src/program.c:1.522
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.c,v 1.
521
2003/
08
/
21
22
:
09
:
30
mast Exp $
+
|| $Id: program.c,v 1.
522
2003/
09
/
03
17
:
55
:
59
mast Exp $
*/ #include "global.h"
-
RCSID("$Id: program.c,v 1.
521
2003/
08
/
21
22
:
09
:
30
mast Exp $");
+
RCSID("$Id: program.c,v 1.
522
2003/
09
/
03
17
:
55
:
59
mast Exp $");
#include "program.h" #include "object.h" #include "dynamic_buffer.h"
5086:
* 1. char The number. * Else if -32768 <= n < 32768: * 1. char -127 (marker).
-
* 2. short The number stored in
native
byte
order.
+
* 2. short The number stored in
big
endian
order.
* Else: * 1. char -128 (marker).
-
* 2. int The number stored in
native
byte
order.
+
* 2. int The number stored in
big
endian
order.
* * Whenever the filename changes, a filename entry followed by a line * number entry is stored. If only the line number changes, a line