diff options
author | paul <paul@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2010-01-27 06:59:58 +0000 |
---|---|---|
committer | paul <paul@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2010-01-27 06:59:58 +0000 |
commit | 2534e2ed3222a59370ec07cd353aaaa386b565f2 (patch) | |
tree | 74e81126ffb222fb5a81afafa2585d4daa8e8bce /compiler/comphook.pas | |
parent | 147ad06a0b9006bb8a0a384c8b3ed170f2dcc919 (diff) | |
download | fpc-2534e2ed3222a59370ec07cd353aaaa386b565f2.tar.gz |
fpc: compiler:
- complete $WARN switch parsing and add a stab to change message state
- reimplement way of message hiding by -vm switch (by Dmitry Boyarintsev)
(note: $WARN switch does not work at the moment since state handling is not yet implemented)
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@14809 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/comphook.pas')
-rw-r--r-- | compiler/comphook.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/comphook.pas b/compiler/comphook.pas index c972b3dc99..113c96d628 100644 --- a/compiler/comphook.pas +++ b/compiler/comphook.pas @@ -76,7 +76,7 @@ type currentsource : string; { filename } currentline, currentcolumn : longint; { current line and column } - currentmodulestate : string[20]; + currentmodulestate : string[20]; { Total Status } compiledlines : longint; { the number of lines which are compiled } errorcount, |