[AD] Corrupted file(s) in the CVS repository |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
It appears that allegro._tx is corrupted in the CVS repository. Here's the
output of diff -u obtained by simply resaving it under Unix:
@@ -9278,8 +9278,10 @@
your code will work correctly on any of the supported compilers.
<b>AL_RAND()</b><br>
- On platforms that require it, this macro does a simple shift
transformation of the libc rand() function, in order to improve the
- perceived randomness of the output series in the lower 16 bits.
Where not required, it directly translates into a rand() call.
+ On platforms that require it, this macro does a simple shift
+ transformation of the libc rand() function, in order to improve the
+ perceived randomness of the output series in the lower 16 bits.
+ Where not required, it directly translates into a rand() call.
This seems to point to MacOS X. However, the newly added pkgreadme._tx is
clean.
Angelo, do you know what happens here? Did you copy-and-paste (for example)
the lines from your mailer into your editor? Can you fix the problem?
--
Eric Botcazou