ram-project-016.tar.bz2

Uploaded: 22 Oct, 2008
Previous uploads by this submitter: 0

Author: RaM Team

Downloads: 51

Version 16 of the RaM Project is available as a snapshot because it's a fairly large textual diff, even though there are no changes to the code logic. This snapshot marks the use of indent to format all C code and header files consistently. The settings used are available in the src/.indent.pro file, and will be used automatically by indent on a unix-like system.

Indent isn't perfect, so there may be things that look funky, and if we ever start using C++ constructs, it will probably break entirely. However, it is helpful, both to keep things tidy AND to point out logic errors (such as forgetting to use braces on the else part of an if/else statement).