File: README

package info (click to toggle)
harp 1.5%2Bdata-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 54,032 kB
  • sloc: xml: 286,510; ansic: 143,710; yacc: 1,910; python: 913; makefile: 600; lex: 574; sh: 69
file content (20 lines) | stat: -rw-r--r-- 627 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

These files are taken from Expat, Release 2.1.1.

The source files have been slightly modified in order to fit them into this
build system. The changes that were made are:

 - Source files now only include config.h (instead of a choice of
   expat_config.h, winconfig.h, etc.).

 - expat_external.h includes harp_expat_mangle.h to name mangle all
   public symbols.

 - Checks for BYTEORDER have been replaced with checks for WORDS_BIGENDIAN.

 - Added '(void)variable;' entries in many functions to eliminate
  'unused parameter' warnings.

 - Added EMPTY_NORMAL_VTABLE macro to eliminate 'missing initializer'
   warnings.