Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7d1b9df3
Commit
7d1b9df3
authored
Aug 13, 2010
by
Jan D
Browse files
* doc.c (Fsnarf_documentation): Initialize skip_file before build-files test.
parent
e9752b39
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
src/ChangeLog
src/ChangeLog
+5
-0
src/doc.c
src/doc.c
+1
-0
No files found.
src/ChangeLog
View file @
7d1b9df3
2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
* doc.c (Fsnarf_documentation): Initialize skip_file before
build-files test.
2010-08-09 Peter O'Gorman <pogma@thewrittenword.com> (tiny change)
* s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK): New
...
...
src/doc.c
View file @
7d1b9df3
...
...
@@ -644,6 +644,7 @@ the same file name is found in the `doc-directory'. */)
if
(
p
!=
end
)
{
end
=
(
char
*
)
index
(
p
,
'\n'
);
skip_file
=
0
;
/* See if this is a file name, and if it is a file in build-files. */
if
(
p
[
1
]
==
'S'
&&
end
-
p
>
4
&&
end
[
-
2
]
==
'.'
...
...
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