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
c7f93f28
Commit
c7f93f28
authored
May 06, 1995
by
Richard M. Stallman
Browse files
(bcmp, bcopy): Fix backward BSTRING conditionals.
parent
01fadb4d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/sysdep.c
src/sysdep.c
+2
-2
No files found.
src/sysdep.c
View file @
c7f93f28
...
...
@@ -4995,7 +4995,7 @@ bzero (b, length)
#endif
/* no bzero */
#endif
/* BSTRING */
#if (defined (BSTRING) && !defined (bcopy)) || defined (NEED_BCOPY)
#if (
!
defined (BSTRING) && !defined (bcopy)) || defined (NEED_BCOPY)
#undef bcopy
/* Saying `void' requires a declaration, above, where bcopy is used
...
...
@@ -5023,7 +5023,7 @@ bcopy (b1, b2, length)
}
#endif
/* (defined (BSTRING) && !defined (bcopy)) || defined (NEED_BCOPY) */
#ifdef BSTRING
#if
n
def BSTRING
#ifndef bcmp
int
bcmp
(
b1
,
b2
,
length
)
/* This could be a macro! */
...
...
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