summaryrefslogtreecommitdiffstats
path: root/doc/tools/pdl2texi/base.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-01-30 19:17:25 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-01-30 19:17:25 +0000
commitb4767da586e1fd09b0aabb694dd58dd3bba20694 (patch)
tree29b2a672620462bee91859c851614710214cc4e7 /doc/tools/pdl2texi/base.h
parentChange to remove warning on glibc2 systems per Ralf Corsepius's (diff)
downloadrtems-b4767da586e1fd09b0aabb694dd58dd3bba20694.tar.bz2
Modified output of @Example style in MsWord output routine so it would
be one paragraph with manual line breaks rather than multiple paragraphs..
Diffstat (limited to 'doc/tools/pdl2texi/base.h')
-rw-r--r--doc/tools/pdl2texi/base.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tools/pdl2texi/base.h b/doc/tools/pdl2texi/base.h
index 725342950f..12d481b3c7 100644
--- a/doc/tools/pdl2texi/base.h
+++ b/doc/tools/pdl2texi/base.h
@@ -22,8 +22,8 @@
* the program increase significantly.
*/
-#define BUFFER_SIZE (2 * 1024)
-#define PARAGRAPH_SIZE (2 * 1024)
+#define BUFFER_SIZE (10 * 1024)
+#define PARAGRAPH_SIZE (8 * 1024)
#define NUMBER_ELEMENTS( _x ) (sizeof(_x) / sizeof _x[0])