[ expat-Bugs-1038755 ] Change xmltok_impl.c and xmltokns.c extension
"SourceForge.net" <[email protected]> Thu, 27 Jan 2005 20:26:45 -0800
| Newsgroups | gmane.text.xml.expat.bugs |
|---|---|
| Message-ID | <[email protected]> |
Bugs item #1038755, was opened at 2004-10-01 18:23 Message generated for change (Comment added) made by fdrake You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1038755&group_id=10127 Category: www.libexpat.org Group: Not a Bug >Status: Closed >Resolution: Wont Fix Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Fred L. Drake, Jr. (fdrake) Summary: Change xmltok_impl.c and xmltokns.c extension Initial Comment: It would be very good if you don't give c extensions to the files you include from anothers. While I used MS VC, it was only annoying not to take it as a source file. But Eclipse/CDT compile whole directories and so I have needed to rename xmltok_impl_c, xmltokns_c and changing the xmltok.c's source also... ---------------------------------------------------------------------- >Comment By: Fred L. Drake, Jr. (fdrake) Date: 2005-01-27 23:26 Message: Logged In: YES user_id=3066 This seems like a bug in the tools you're using, though I agree it's very annoying. Naming them with another extension (.h comes to mind) is misleading as well, as these aren't headers. They don't represent compilation units, but they are C language source code, so I think we'll just have to live with the .c extension. Sorry, but I'm going to close this as "won't fix" since there's no clear "right" thing to do. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1038755&group_id=10127