diff options
Diffstat (limited to 'compilers.py')
-rw-r--r-- | compilers.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compilers.py b/compilers.py index 56963ec..5a8372e 100644 --- a/compilers.py +++ b/compilers.py @@ -1234,6 +1234,7 @@ class FortranCompiler(): self.language = 'fortran' # Not really correct but I don't have Fortran compilers to test with. Sorry. self.gcc_type = GCC_STANDARD + self.id = "IMPLEMENTATION CLASSES MUST SET THIS" def get_id(self): return self.id |