pacman/src
Aaron Griffin 1b61cc8c69 This mainly deals with code clarity- removing currently unneeded
optimizations in order to make the code much more readable and
type-checkable. Every enum in the library now has it's own type that
should be used instead of the generic 'unsigned char'. In addition,
several #define statements dealing with constants were converted to
enums.

Signed-off-by: Dan McGee <dpmcgee@gmail.com>
2007-01-24 03:02:53 +00:00
..
pacman This mainly deals with code clarity- removing currently unneeded 2007-01-24 03:02:53 +00:00
util -std=c99 seems to undefine PATH_MAX in this case. I don't care enough to fix it 2006-11-23 02:36:26 +00:00