1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-10 12:03:16 +02:00
This commit is contained in:
Alain Magloire 2003-06-05 14:15:52 +00:00
parent 5082c1e133
commit 80e0614c06

View file

@ -1,3 +1,11 @@
2003-06-05 Alain Magloire
PR #38380, partially fix; would need more detail form
the C Parser to know if the include is <...> or "..."
* model/org/eclipse/cdt/internal/core/model/Include.java
(getIncludeName): implemented.
2003-05-29 Alain Magloire
PR 38239