1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 06:05:24 +02:00
This commit is contained in:
Alain Magloire 2002-11-13 22:08:25 +00:00
parent bcb903febb
commit 67d8184608

View file

@ -1,4 +1,3 @@
2002-11-13 Judy Green
*src/org/eclipse/cdt/core/CCProjectNature.java
@ -13,8 +12,13 @@
Cleaned up the convert methods to ensure that extra calls to add a
CBuilder are not called.
2002-11-13 Alain Magloire
* src/.../internal/errorparsers/GCCErrorParser.java (processLine):
The full semantics seems to be:
filename:lineno:column:error_description
we did not take to account that the preprocessor
was putting the column also.
2002-11-13 Alain Magloire