aboutsummaryrefslogtreecommitdiff
path: root/src/preproc.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-10-16 12:49:39 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2009-10-16 12:49:39 +0300
commit455d5ce4bba0706f4c58887990ddfe0c4dd5f8d6 (patch)
tree667a8668bc9bdf1120450112f91069fe65f9c4b4 /src/preproc.c
parent0addbd7aa72859139542010ee21bfc370f32e133 (diff)
downloadgrecs-455d5ce4bba0706f4c58887990ddfe0c4dd5f8d6.tar.gz
grecs-455d5ce4bba0706f4c58887990ddfe0c4dd5f8d6.tar.bz2
Bugfixes.
* src/grecs-lex.l (unquote_char): Handle \" and \v. * src/preproc.c: Use normal C comments.
Diffstat (limited to 'src/preproc.c')
-rw-r--r--src/preproc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/preproc.c b/src/preproc.c
index 1be7bbc..9f25f77 100644
--- a/src/preproc.c
+++ b/src/preproc.c
@@ -608,7 +608,7 @@ grecs_preproc_run (const char *config_file, const char *extpp)
}
else
cmd = xstrdup (extpp);
- //FIXME_DEBUG_F1 (2, "Running preprocessor: `%s'", cmd);
+ /*FIXME_DEBUG_F1 (2, "Running preprocessor: `%s'", cmd);*/
outfile = popen (cmd, "w");
if (!outfile)
{
@@ -640,7 +640,7 @@ grecs_preproc_extrn_start (const char *file_name, pid_t *ppid)
int i;
FILE *fp = NULL;
- //FIXME_DEBUG_F1 (2, "Running preprocessor: `%s'", ppcmd);
+ /*FIXME_DEBUG_F1 (2, "Running preprocessor: `%s'", ppcmd);*/
pipe (pout);
switch (pid = fork ())

Return to:

Send suggestions and report system problems to the System administrator.