Added -P to cpp execution

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1561 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
tiagosoares 2006-03-07 17:30:47 +00:00
parent 8b29afcb67
commit 35d9290a43

View File

@ -4,7 +4,7 @@
%
% Author: Nuno Fonseca (nunofonseca@acm.org)
% Date: 2005-05-14
% $Id: ypp.yap,v 1.3 2005-10-31 12:27:54 vsc Exp $
% $Id: ypp.yap,v 1.4 2006-03-07 17:30:47 tiagosoares Exp $
%
%====================================================================================
@ -102,6 +102,6 @@ ypp_file(File,PPFile):-
% initialization
:-set_state(on),
ypp_extcmd('cpp -E -w -o ').
ypp_extcmd('cpp -P -E -w -o ').
% ypp_extcmd('gpp -o').