chiark
/
gitweb
/
~mdw
/
catacomb-python
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
catacomb/__init__.py: Trim `/' from identifiers names.
[catacomb-python]
/
algorithms.py
diff --git
a/algorithms.py
b/algorithms.py
index ad41f69b6d42470c6511640d39db85e1d2aa494d..320d060f308e4ad7caa24bb5a4be89ca11aafcc3 100644
(file)
--- a/
algorithms.py
+++ b/
algorithms.py
@@
-59,8
+59,6
@@
print '#define PRPS(_) \\'
for i in prps:
print '\t_(%s, %s) \\' % (i.upper(), i)
print '\t/* end */'
-
-print '#define RNGF_INT 1u'
print
print '#define RNGS(_) \\'