projects
/
rmac
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
More readability cleanups.
[rmac]
/
symbol.h
diff --git
a/symbol.h
b/symbol.h
index d94dd35ec65ea9a5dc075e3e33a34e66aae591d0..9da084326d85694cbc4de3396288cddb738dc6a8 100644
(file)
--- a/
symbol.h
+++ b/
symbol.h
@@
-12,7
+12,7
@@
#include "rmac.h"
// Macros
-#define NBUCKETS 256
// Number of hash buckets (power of 2)
+#define NBUCKETS 256 // Number of hash buckets (power of 2)
// Globals, externals etc
extern int curenv;