|
Last change
on this file since 2137 was 2036, checked in by bird, 20 years ago |
|
Initial revision
|
-
Property cvs2svn:cvs-rev
set to
1.1
-
Property svn:eol-style
set to
native
-
Property svn:executable
set to
*
-
Property svn:keywords
set to
Author Date Id Revision
|
|
File size:
837 bytes
|
| Line | |
|---|
| 1 | #if !defined ISO && !defined POSIX
|
|---|
| 2 | macro MM_HARD
|
|---|
| 3 | constant MM_HARD
|
|---|
| 4 |
|
|---|
| 5 | macro MM_SOFT
|
|---|
| 6 | constant MM_SOFT
|
|---|
| 7 |
|
|---|
| 8 | macro MM_FIRM
|
|---|
| 9 | constant MM_FIRM
|
|---|
| 10 |
|
|---|
| 11 | macro MM_APPL
|
|---|
| 12 | constant MM_APPL
|
|---|
| 13 |
|
|---|
| 14 | macro MM_UTIL
|
|---|
| 15 | constant MM_UTIL
|
|---|
| 16 |
|
|---|
| 17 | macro MM_OPSYS
|
|---|
| 18 | constant MM_OPSYS
|
|---|
| 19 |
|
|---|
| 20 | macro MM_RECOVER
|
|---|
| 21 | constant MM_RECOVER
|
|---|
| 22 |
|
|---|
| 23 | macro MM_NRECOV
|
|---|
| 24 | constant MM_NRECOV
|
|---|
| 25 |
|
|---|
| 26 | macro MM_HALT
|
|---|
| 27 | constant MM_HALT
|
|---|
| 28 |
|
|---|
| 29 | macro MM_ERROR
|
|---|
| 30 | constant MM_ERROR
|
|---|
| 31 |
|
|---|
| 32 | macro MM_WARNING
|
|---|
| 33 | constant MM_WARNING
|
|---|
| 34 |
|
|---|
| 35 | macro MM_INFO
|
|---|
| 36 | constant MM_INFO
|
|---|
| 37 |
|
|---|
| 38 | macro MM_NOSEV
|
|---|
| 39 | constant MM_NOSEV
|
|---|
| 40 |
|
|---|
| 41 | macro MM_PRINT
|
|---|
| 42 | constant MM_PRINT
|
|---|
| 43 |
|
|---|
| 44 | macro MM_CONSOLE
|
|---|
| 45 | constant MM_CONSOLE
|
|---|
| 46 |
|
|---|
| 47 | constant MM_NULLLBL 0
|
|---|
| 48 | constant MM_NULLSEV 0
|
|---|
| 49 | constant MM_NULLMC 0
|
|---|
| 50 | constant MM_NULLTXT 0
|
|---|
| 51 | constant MM_NULLACT 0
|
|---|
| 52 | constant MM_NULLTAG 0
|
|---|
| 53 |
|
|---|
| 54 | macro MM_OK
|
|---|
| 55 | macro MM_NOTOK
|
|---|
| 56 | macro MM_NOMSG
|
|---|
| 57 | macro MM_NOCON
|
|---|
| 58 |
|
|---|
| 59 | function int fmtmsg (long, const char*, int, const char*, const char*, const char*)
|
|---|
| 60 |
|
|---|
| 61 | allow *_t
|
|---|
| 62 | #endif
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.