summaryrefslogtreecommitdiff
path: root/src/preproc/grn
diff options
context:
space:
mode:
authorwl <wl>2006-01-26 15:15:00 +0000
committerwl <wl>2006-01-26 15:15:00 +0000
commit231e1962566acc692647ced91d90c445de8b903e (patch)
tree07943daadcf1477c37774be1fb7a87e780bdac01 /src/preproc/grn
parent20d65da1410c89edc8c7181d7d8b2dfd25981195 (diff)
downloadgroff-231e1962566acc692647ced91d90c445de8b903e.tar.gz
This change is based on a patch by Bruno Haible <bruno@clisp.org>.
* src/include/device.h: Add comments. * src/include/font.h: Add comments. * src/include/unicode.h: Likewise. * src/include/ptable.h, src/libs/libgroff/ptable.cpp: Likewise. Fix quotation in comments to be of the form `xxx'.
Diffstat (limited to 'src/preproc/grn')
-rw-r--r--src/preproc/grn/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/preproc/grn/main.cpp b/src/preproc/grn/main.cpp
index 22bf7245..401109ad 100644
--- a/src/preproc/grn/main.cpp
+++ b/src/preproc/grn/main.cpp
@@ -219,9 +219,9 @@ int linenum = 0; /* line number of input file */
char inputline[MAXINLINE]; /* spot to filter through the file */
char *c1 = inputline; /* c1, c2, and c3 will be used to */
char *c2 = inputline + 1; /* hunt for lines that begin with */
-char *c3 = inputline + 2; /* ".GS" by looking individually */
+char *c3 = inputline + 2; /* `.GS' by looking individually */
char *c4 = inputline + 3; /* needed for compatibility mode */
-char GScommand[MAXINLINE]; /* put user's ".GS" command line here */
+char GScommand[MAXINLINE]; /* put user's `.GS' command line here */
char gremlinfile[MAXINLINE]; /* filename to use for a picture */
int SUNFILE = FALSE; /* TRUE if SUN gremlin file */
int compatibility_flag = FALSE; /* TRUE if in compatibility mode */