diff options
Diffstat (limited to 'lib-src/sorted-doc.c')
| -rw-r--r-- | lib-src/sorted-doc.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib-src/sorted-doc.c b/lib-src/sorted-doc.c index d474924cf18..185295a9294 100644 --- a/lib-src/sorted-doc.c +++ b/lib-src/sorted-doc.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Give this program DOC-mm.nn.oo as standard input and it outputs to | 1 | /* Give this program DOC-mm.nn.oo as standard input and it outputs to |
| 2 | standard output a file of texinfo input containing the doc strings. | 2 | standard output a file of texinfo input containing the doc strings. |
| 3 | 3 | ||
| 4 | Copyright (C) 1989, 1992, 1994, 1996, 1999, 2000, 2001 | 4 | Copyright (C) 1989, 1992, 1994, 1996, 1999, 2000, 2001 |
| 5 | Free Software Foundation Inc. | 5 | Free Software Foundation Inc. |
| 6 | 6 | ||
| @@ -121,7 +121,7 @@ char *states[] = | |||
| 121 | { | 121 | { |
| 122 | "WAITING", "BEG_NAME", "NAME_GET", "BEG_DESC", "DESC_GET" | 122 | "WAITING", "BEG_NAME", "NAME_GET", "BEG_DESC", "DESC_GET" |
| 123 | }; | 123 | }; |
| 124 | 124 | ||
| 125 | int | 125 | int |
| 126 | main () | 126 | main () |
| 127 | { | 127 | { |
| @@ -133,7 +133,7 @@ main () | |||
| 133 | 133 | ||
| 134 | DOCSTR *docs; /* chain of allocated DOCSTRS */ | 134 | DOCSTR *docs; /* chain of allocated DOCSTRS */ |
| 135 | char buf[512]; /* line buffer */ | 135 | char buf[512]; /* line buffer */ |
| 136 | 136 | ||
| 137 | while (1) /* process one char at a time */ | 137 | while (1) /* process one char at a time */ |
| 138 | { | 138 | { |
| 139 | /* this char from the DOCSTR file */ | 139 | /* this char from the DOCSTR file */ |
| @@ -181,7 +181,7 @@ main () | |||
| 181 | bp = buf; | 181 | bp = buf; |
| 182 | state = DESC_GET; | 182 | state = DESC_GET; |
| 183 | } | 183 | } |
| 184 | 184 | ||
| 185 | /* process gets */ | 185 | /* process gets */ |
| 186 | 186 | ||
| 187 | if (state == NAME_GET || state == DESC_GET) | 187 | if (state == NAME_GET || state == DESC_GET) |