From: dtrg Date: Mon, 23 Apr 2007 23:40:59 +0000 (+0000) Subject: Modified to run ncgg input files through the ANSI preprocessor rather than the K... X-Git-Tag: release-6-0-pre-2~7 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=ae9ac25f45938edf52a0ad90f417929abe29269c;p=ack.git Modified to run ncgg input files through the ANSI preprocessor rather than the K&R one. --- diff --git a/util/ncgg/pmfile b/util/ncgg/pmfile index 369d43f23..52c547feb 100644 --- a/util/ncgg/pmfile +++ b/util/ncgg/pmfile @@ -61,7 +61,7 @@ ncgg = simple { outputs = {"%U%/tables.c", "%U%/tables.h"}, command = { - "cd %out[1]:dirname% && (%BINDIR%%PLATDEP%/cpp -P -I%NCGGINCLUDEDIR% %in% | %TOOLDIR%ncgg)", + "cd %out[1]:dirname% && (%BINDIR%%PLATDEP%/cpp.ansi -P -I%NCGGINCLUDEDIR% %in% | %TOOLDIR%ncgg)", "mv %out[1]:dirname%/tables.H %out[2]%" }, } @@ -76,7 +76,10 @@ ncgg = simple { -- Revision history -- $Log$ --- Revision 1.2 2006-07-22 20:58:27 dtrg +-- Revision 1.3 2007-04-23 23:40:59 dtrg +-- Modified to run ncgg input files through the ANSI preprocessor rather than the K&R one. +-- +-- Revision 1.2 2006/07/22 20:58:27 dtrg -- cpp now gets installed in the right place. -- -- Revision 1.1 2006/07/20 23:24:28 dtrg