Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0f054abc
Commit
0f054abc
authored
Sep 07, 2011
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lib-src/etags.c (Fortran_functions): Handle "elemental" functions.
parent
d0417b4c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
lib-src/ChangeLog
lib-src/ChangeLog
+4
-0
lib-src/etags.c
lib-src/etags.c
+3
-0
No files found.
lib-src/ChangeLog
View file @
0f054abc
2011-09-07 Glenn Morris <rgm@gnu.org>
* etags.c (Fortran_functions): Handle "elemental" functions.
2011-09-07 Dieter Schuster <didischuster@arcor.de> (tiny change)
* etags.c (Fortran_functions): Handle "pure" functions. (Bug#9359)
...
...
lib-src/etags.c
View file @
0f054abc
...
...
@@ -4051,6 +4051,9 @@ Fortran_functions (FILE *inf)
if (LOOKING_AT_NOCASE (dbp, "pure"))
dbp = skip_spaces (dbp);
if (LOOKING_AT_NOCASE (dbp, "elemental"))
dbp = skip_spaces (dbp);
switch (lowcase (*dbp))
{
case 'i':
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment