GNOME Bugzilla – Bug 655178
Fortran: using variable name starting with word interface
Last modified: 2012-11-18 11:12:00 UTC
In case we have a variable with a name starting with te word interface we get the error message: ******************************************************************** Error in file D:/excite/test15/s_INTERFACE.f line: 5, state: 19 ******************************************************************** example code: subroutine subr_INTERFACE INTERFACE_name = 1; end subroutine subr_INTERFACE
Created attachment 192533 [details] [review] fixing problem with variable starting with word interface In case the word interface is used and it is followed by either letters, number and / or underscores the entire word is seen as the name of a variable (and no processing is required).
Thanks, I'll include the patch in the next update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.7.5. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant.
No error message anymore