summaryrefslogtreecommitdiffstats
path: root/tools/localize/merge_res_and_xliff.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add includes to enable host C++ tools to compile with GCC 4.4Jack Palevich2009-06-241-0/+1
| | | | | | | | | | | | | | Otherwise printf is undeclared. These files worked with earlier versions of gcc because either cstdio or stdio.h was being included by some other header file. But this was not guaranteed behavior, so with GCC 4.4 there are errors. The fix is backwards compatible with earlier versions of GCC. This change includes either <cstdio> or <stdio.h> whichever looks more appropriate given the other headers included by the given source file. Note, I'm using "GCC" to mean Gnu Compile Collection, as this problem is specific to C++ source files. (Presumably a C++-specific header file changed to no longer include cstdio.)
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+391
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-391/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+391