Last change
on this file since 1392 was 1392, checked in by bird, 21 years ago |
This commit was generated by cvs2svn to compensate for changes in r1391,
which included commits to RCS files with non-trunk default branches.
|
-
Property cvs2svn:cvs-rev
set to
1.1.1.2
-
Property svn:eol-style
set to
native
-
Property svn:executable
set to
*
|
File size:
412 bytes
|
Line | |
---|
1 | DEFINE_DIAGNOSTIC_KIND (DK_FATAL, "fatal error: ")
|
---|
2 | DEFINE_DIAGNOSTIC_KIND (DK_ICE, "internal compiler error: ")
|
---|
3 | DEFINE_DIAGNOSTIC_KIND (DK_SORRY, "sorry, unimplemented: ")
|
---|
4 | DEFINE_DIAGNOSTIC_KIND (DK_ERROR, "error: ")
|
---|
5 | DEFINE_DIAGNOSTIC_KIND (DK_WARNING, "warning: ")
|
---|
6 | DEFINE_DIAGNOSTIC_KIND (DK_ANACHRONISM, "anachronism: ")
|
---|
7 | DEFINE_DIAGNOSTIC_KIND (DK_NOTE, "note: ")
|
---|
8 | DEFINE_DIAGNOSTIC_KIND (DK_DEBUG, "debug: ")
|
---|
9 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.