File: PORTABILITY

package info (click to toggle)
gdcm 3.0.21-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 26,880 kB
  • sloc: cpp: 203,477; ansic: 78,582; xml: 48,129; python: 3,459; cs: 2,308; java: 1,629; lex: 1,290; sh: 334; php: 128; makefile: 117
file content (8 lines) | stat: -rw-r--r-- 364 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8

For PC's the portability problem may be in the shift-division in the
DCT's and the UNIX calls open, read, ftruncate, etc.

For modification of the lexer.l file: Lex does not accept comments in
the heading, unfortunately, the automatic header program puts that at
the top.  Put the first comment (pvrg disclaimer, etc.) into the %{ %}
body and all should be fine.