indexing description: "Preprocessor" copyright: "Copyright (c) 1999, Andreas Leitner and others" license: "Eiffel Forum License v2 (see forum.txt)" date: "$Date$" revision: "$Revision$" class DRC_PREPROCESSOR inherit DRC_IO_PROCESSOR create make, make_from_string feature {NONE} -- Implementation create_process is do create process.make ("/usr/bin/cpp", Void) process.set_capture_output (True) process.set_capture_input (True) end end