Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-06-14Switch to compiler-testerMarek Safar
svn path=/trunk/mcs/; revision=45933
2005-01-13In mcs:Raja R Harinath
* cs-tokenizer.cs (xtoken): Reset 'comments_seen' in a couple more places. In tests: * Makefile (TEST_EXCLUDES_win32): Add test-74. See #71200. * harness.mk: Fix indentation. * test-332.cs: Update with more issues. svn path=/trunk/mcs/; revision=38856
2005-01-072005-01-06 Duncan Mak <duncan@ximian.com>Duncan Mak
* cs-tokenizer.cs (xtoken): Redo the work for signaling CS1040 because the previous change led to incorrect reporting of CS1032 ("Cannot define/undefine preprocessor symbols after first token in file"). Instead of using `tokens_seen' as the only flag that triggers CS1040, introduce `comments_seen'. This new flag is used to signify having seen comments on the current line, so it is unset after a newline. * test-332.cs: New test for tracking #56460. svn path=/trunk/mcs/; revision=38478