here's the minimal test case: module ADM_boundary DECLARE_CCTK_PARAMETERS interface end interface end module ADM_boundary
the problem is that DECLARE_CCTK_PARAMETERS isn't grammatically correct. ctags needs to (a) cope better with malformed Fortran input and (b) obey the #include directives at the beginning of the submitter's source: #include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Parameters.h" (presumably one of those files defines DECLARE_CCTK_PARAMETERS.) -- Elliott Hughes, http://www.jessies.org/~enh/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]