Commit e208b6e7 authored by Thomas Jahns's avatar Thomas Jahns
Browse files

Fix incorrect Fortran preprocessing candidates.

* This partially reverts "added support for C89/90 preprocessor" which only
  covered up an already bad situation.

Using the C preprocessor on Fortran sources does ultimately not work
since it doesn't know about Fortran-specific features like the _OPENMP
macro and is chronically likely to pick up the cpp belonging to
another compiler (e.g. to system gcc when compiling with xlf on Linux/ppc).
parent e8966bb3
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment