Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
78e97e7f
Commit
78e97e7f
authored
Jan 18, 2006
by
DJ Delorie
Committed by
DJ Delorie
Jan 18, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* md5.h: Include ansidecl.h
From-SVN: r109910
parent
a79ae894
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
include/ChangeLog
+4
-0
include/md5.h
+2
-0
No files found.
include/ChangeLog
View file @
78e97e7f
2006-01-18 DJ Delorie <dj@redhat.com>
* md5.h: Include ansidecl.h
2006-01-09 Bob Wilson <bob.wilson@acm.org>
2006-01-09 Bob Wilson <bob.wilson@acm.org>
* xtensa-config.h (XCHAL_HAVE_MUL32_HIGH): Define.
* xtensa-config.h (XCHAL_HAVE_MUL32_HIGH): Define.
...
...
include/md5.h
View file @
78e97e7f
...
@@ -27,6 +27,8 @@
...
@@ -27,6 +27,8 @@
# include <limits.h>
# include <limits.h>
#endif
#endif
#include "ansidecl.h"
/* The following contortions are an attempt to use the C preprocessor
/* The following contortions are an attempt to use the C preprocessor
to determine an unsigned integral type that is 32 bits wide. An
to determine an unsigned integral type that is 32 bits wide. An
alternative approach is to use autoconf's AC_CHECK_SIZEOF macro, but
alternative approach is to use autoconf's AC_CHECK_SIZEOF macro, but
...
...
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