projects
/
libusual.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e36300e
)
bits: wrong header ifdef
author
Marko Kreen
<markokr@gmail.com>
Tue, 12 Oct 2010 10:48:53 +0000
(13:48 +0300)
committer
Marko Kreen
<markokr@gmail.com>
Tue, 12 Oct 2010 10:58:52 +0000
(13:58 +0300)
usual/bits.h
patch
|
blob
|
blame
|
history
diff --git
a/usual/bits.h
b/usual/bits.h
index f05f2e3dbe098321001af3624f2dba37da292322..71cfaf00758c07f849e0c701310fc6eff4175b8a 100644
(file)
--- a/
usual/bits.h
+++ b/
usual/bits.h
@@
-23,8
+23,8
@@
* - rol16, rol32, rol64
* - ror16, ror32, ror64
*/
-#ifndef _USUAL_
MISC
_H_
-#define _USUAL_
MISC
_H_
+#ifndef _USUAL_
BITS
_H_
+#define _USUAL_
BITS
_H_
#include <usual/base.h>