Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d0417b4c
Commit
d0417b4c
authored
Sep 07, 2011
by
Dieter Schuster
Committed by
Glenn Morris
Sep 07, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lib-src/etags.c (Fortran_functions): Handle "pure" functions. (tiny change)
Fixes: debbugs:9359
parent
7d0ee75c
Changes
2
Hide 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 @
d0417b4c
2011-09-07 Dieter Schuster <didischuster@arcor.de> (tiny change)
* etags.c (Fortran_functions): Handle "pure" functions. (Bug#9359)
2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
* Makefile.in ($(DESTDIR)${archlibdir}): install-sh moved
...
...
lib-src/etags.c
View file @
d0417b4c
...
...
@@ -4048,6 +4048,9 @@ Fortran_functions (FILE *inf)
if (LOOKING_AT_NOCASE (dbp, "recursive"))
dbp = skip_spaces (dbp);
if (LOOKING_AT_NOCASE (dbp, "pure"))
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