pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
2003-09-09
2003-09-09 08:22:05 by Martin Stjernholm <mast@lysator.liu.se>
000c3229f654af13ce5558a1eb1873ba5cae20d6 (
9
lines) (+
5
/-
4
)
[
Show
|
Annotate
]
Branch:
7.4
Updated the comment about the line number format to match reality.
Rev: src/program.c:1.479
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.
478
2003/09/
08
15
:
28
:
14
mast Exp $
+
|| $Id: program.c,v 1.
479
2003/09/
09
08:
22
:
05
mast Exp $
*/ #include "global.h"
-
RCSID("$Id: program.c,v 1.
478
2003/09/
08
15
:
28
:
14
mast Exp $");
+
RCSID("$Id: program.c,v 1.
479
2003/09/
09
08:
22
:
05
mast Exp $");
#include "program.h" #include "object.h" #include "dynamic_buffer.h"
4709:
* 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