~ubuntu-branches/debian/lenny/fpc/lenny

« back to all changes in this revision

Viewing changes to fpcsrc/packages/base/libc/fmtmsgh.inc

  • Committer: Bazaar Package Importer
  • Author(s): Mazen Neifer, Torsten Werner, Mazen Neifer
  • Date: 2008-05-17 17:12:11 UTC
  • mfrom: (3.1.9 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080517171211-9qi33xhd9evfa0kg
Tags: 2.2.0-dfsg1-9
[ Torsten Werner ]
* Add Mazen Neifer to Uploaders field.

[ Mazen Neifer ]
* Moved FPC sources into a version dependent directory from /usr/share/fpcsrc
  to /usr/share/fpcsrc/${FPCVERSION}. This allow installing more than on FPC
  release.
* Fixed far call issue in compiler preventing building huge binearies.
  (closes: #477743)
* Updated building dependencies, recomennded and suggested packages.
* Moved fppkg to fp-utils as it is just a helper tool and is not required by
  compiler.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
Const
 
3
  MM_HARD = $001;
 
4
  MM_SOFT = $002;
 
5
  MM_FIRM = $004;
 
6
  MM_APPL = $008;
 
7
  MM_UTIL = $010;
 
8
  MM_OPSYS = $020;
 
9
  MM_RECOVER = $040;
 
10
  MM_NRECOV = $080;
 
11
  MM_PRINT = $100;
 
12
  MM_CONSOLE = $200;
 
13
 
 
14
  MM_NOSEV = 0;
 
15
  MM_HALT = 1;
 
16
  MM_ERROR = 2;
 
17
  MM_WARNING = 3;
 
18
  MM_INFO = 4;
 
19
 
 
20
  MM_NULLLBL       = PChar(nil);
 
21
  MM_NULLSEV       = 0;
 
22
  MM_NULLMC        = Longint(0);
 
23
  MM_NULLTXT       = PChar(0);
 
24
  MM_NULLACT       = PChar(0);
 
25
  MM_NULLTAG       = PChar(0);
 
26
 
 
27
  MM_NOTOK = -(1);
 
28
  MM_OK = 0;
 
29
  MM_NOMSG = 1;
 
30
  MM_NOCON = 4;
 
31
 
 
32
 
 
33
function fmtmsg(__classification:longint; __label:Pchar; __severity:longint; __text:Pchar; __action:Pchar;  __tag:Pchar):longint;cdecl;external clib name 'fmtmsg';
 
34
function addseverity(__severity:longint; __string:Pchar):longint;cdecl;external clib name 'addseverity';
 
35
 
 
36
 
 
37
{ ---------------------------------------------------------------------
 
38
    Borland compatibility types
 
39
  ---------------------------------------------------------------------}
 
40
 
 
41
// Type