diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-03-17 09:49:49 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-03-17 09:49:49 +0000 |
commit | 85b92c802ee587aade65efda5be16ca26f2c039b (patch) | |
tree | c5c5fe10ff62e069bf0d82ab8c0959da04570d03 /psprint | |
parent | 62c49355d5a81911d9ef3bf2d5cb2e1b5b170db1 (diff) |
INTEGRATION: CWS cups01 (1.2.34); FILE MERGED
2004/02/13 17:05:55 pl 1.2.34.2: RESYNC: (1.2-1.3); FILE MERGED
2003/08/12 10:21:45 pl 1.2.34.1: removed myriads of warnings
Diffstat (limited to 'psprint')
-rw-r--r-- | psprint/source/fontsubset/list.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/psprint/source/fontsubset/list.c b/psprint/source/fontsubset/list.c index 722c8e0386e7..e1b8aa05edaf 100644 --- a/psprint/source/fontsubset/list.c +++ b/psprint/source/fontsubset/list.c @@ -2,9 +2,9 @@ * * $RCSfile: list.c,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2004-02-04 11:51:28 $ + * last change: $Author: obo $ $Date: 2004-03-17 10:49:49 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,7 +59,7 @@ * ************************************************************************/ -/* $Id: list.c,v 1.3 2004-02-04 11:51:28 hr Exp $ */ +/* $Id: list.c,v 1.4 2004-03-17 10:49:49 obo Exp $ */ /*[]---------------------------------------------------[]*/ /*| |*/ @@ -76,6 +76,7 @@ # define NDEBUG # endif #endif + #include <assert.h> #ifdef MALLOC_TRACE |