To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=82442
                 Issue #|82442
                 Summary|makedepend ignores indented include statements
               Component|tools
                 Version|current
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|dmake
             Assigned to|vg
             Reported by|er





------- Additional comments from [EMAIL PROTECTED] Tue Oct  9 15:46:04 +0000 
2007 -------
makedepend doesn't generate a dependency if the include statement is indented by
whitespace, e.g.
#include "foo"
works fine, but
  #include "foo"
doesn't.

The culprit seems to be in soltools/mkdepend/main.c where getline() doesn't eat
leading whitespace.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to