summaryrefslogtreecommitdiffstats
path: root/soltools/mkdepend
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-04-10 17:05:33 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-04-10 17:05:33 +0000
commit597cfbecf5f40cc31d72dd9ef13955dc07bd960e (patch)
tree99c0429ea5d0e6c1771494979f87b84ae31fc9ed /soltools/mkdepend
parentINTEGRATION: CWS changefileheader (1.5.36); FILE MERGED (diff)
downloadcore-597cfbecf5f40cc31d72dd9ef13955dc07bd960e.tar.gz
core-597cfbecf5f40cc31d72dd9ef13955dc07bd960e.zip
INTEGRATION: CWS changefileheader (1.1.246); FILE MERGED
2008/04/01 09:43:43 thb 1.1.246.1: #i73081# Improve mkdepends runtime complexity by using better data structures (fix from kendy, merged from incguards01)
Diffstat (limited to 'soltools/mkdepend')
-rw-r--r--soltools/mkdepend/imakemdep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/soltools/mkdepend/imakemdep.h b/soltools/mkdepend/imakemdep.h
index 11c5ae33ef24..a71f8c3836ac 100644
--- a/soltools/mkdepend/imakemdep.h
+++ b/soltools/mkdepend/imakemdep.h
@@ -513,7 +513,7 @@ char *cpp_argv[ARGUMENTS] = {
* them to the the following table. The definition of struct symtab is
* in util/makedepend/def.h.
*/
-struct symtab predefs[] = {
+struct pair predefs[] = {
#ifdef apollo
{"apollo", "1"},
#endif