Modified output of @Example style in MsWord output routine so it would

be one paragraph with manual line breaks rather than multiple paragraphs..
This commit is contained in:
Joel Sherrill
1998-01-30 19:17:25 +00:00
parent 3a85d03d4e
commit b4767da586
2 changed files with 36 additions and 4 deletions

View File

@@ -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])