pike.git/
src/
pike_compiler.h
Branch:
Tag:
Non-build tags
All tags
No tags
2008-04-19
2008-04-19 10:10:07 by Henrik Grubbström (Grubba) <grubba@grubba.org>
e5c8b42e8e9ed643c04692f238fd243756add667 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
REPORT_INFO ==> REPORT_NOTICE.
Rev: src/pike_compiler.h:1.5
2:
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: pike_compiler.h,v 1.
4
2008/04/
18
19:
56
:
01
grubba Exp $
+
|| $Id: pike_compiler.h,v 1.
5
2008/04/
19
10
:
10
:
07
grubba Exp $
*/ #ifndef PIKE_COMPILER_H
53:
#define COMPILER_DONE 2 /* The is finished compiling. */ /* Report levels */
-
#define REPORT_
INFO
0 /* FYI. */
+
#define REPORT_
NOTICE
0 /* FYI. */
#define REPORT_WARNING 1 /* Compiler warning. */ #define REPORT_ERROR 2 /* Compilation error. */ #define REPORT_FATAL 3 /* Unrecoverable error. */