Branch: Tag:

2003-09-03

2003-09-03 17:55:59 by Martin Stjernholm <mast@lysator.liu.se>

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