git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a67506
)
typo
author
Miloš Mulač
<mulac@civ.zcu.cz>
Fri, 16 Nov 2007 09:00:30 +0000
(09:00 +0000)
committer
Miloš Mulač
<mulac@civ.zcu.cz>
Fri, 16 Nov 2007 09:00:30 +0000
(09:00 +0000)
org.glite.jobid.api-c/src/md5.h
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.jobid.api-c/src/md5.h
b/org.glite.jobid.api-c/src/md5.h
index
7778afc
..
6bcdfdf
100644
(file)
--- a/
org.glite.jobid.api-c/src/md5.h
+++ b/
org.glite.jobid.api-c/src/md5.h
@@
-85,7
+85,7
@@
extern "C" {
#define MD5_LONG unsigned long
#define MD5_LONG_LOG2 3
-
* _CRAY note. I could declare short, but I have no idea what impact
+
/
* _CRAY note. I could declare short, but I have no idea what impact
* does it have on performance on none-T3E machines. I could declare
* int, but at least on C90 sizeof(int) can be chosen at compile time.
* So I've chosen long... * <appro@fy.chalmers.se>