All Manuals > LispWorks Foreign Language Interface User Guide and Reference Manual > 9 The Foreign Parser > 9.5 Foreign Parser Reference

NextPrevUpTopContentsIndex

*preprocessor-format-string*

Variable

Package

foreign-parser

Initial Value

On Windows:

""~A" /nologo /E ~A ~{/D~A ~}~{/I"~A" ~}/Tc "~A""

On Non-Windows systems:

"~A -E ~A ~{-D~A~ ~}~{-I~A ~}~A"

Description

The variable *preprocessor-format-string* provides the default value for the preprocessor-format-string used by process-foreign-file.

See also

process-foreign-file


LispWorks Foreign Language Interface User Guide and Reference Manual - 29 Sep 2017

NextPrevUpTopContentsIndex