Skip to content

Commit

Permalink
Bug 760836 - Phantom variables/functions in XML, created from non-cod…
Browse files Browse the repository at this point in the history
…e files
  • Loading branch information
Dimitri van Heesch committed Jan 31, 2016
1 parent 4cdb340 commit 7dc9b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7002,7 +7002,7 @@ void initDefaultExtensionMapping()
g_extLookup.setAutoDelete(TRUE);
// extension parser id
updateLanguageMapping(".dox", "c");
updateLanguageMapping(".txt", "c");
//updateLanguageMapping(".txt", "c"); // see bug 760836
updateLanguageMapping(".doc", "c");
updateLanguageMapping(".c", "c");
updateLanguageMapping(".C", "c");
Expand Down

0 comments on commit 7dc9b37

Please sign in to comment.