aboutsummaryrefslogtreecommitdiff
path: root/src/preproc.c
diff options
context:
space:
mode:
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.