index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2007-02-22 04:36:02 +0000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-02-22 04:36:02 +0000 |
commit | 3595201f5f3c1274786844c541ef82edba6984f8 (patch) | |
tree | 5c3686add5a531460c27379a58d42662b24160c4 /src/pacman/log.h | |
parent | 3b95de655b277efe895ac5de01b86c5ab313c030 (diff) |
-rw-r--r-- | src/pacman/log.h | 2 |
diff --git a/src/pacman/log.h b/src/pacman/log.h index 01a507c3..3317709e 100644 --- a/src/pacman/log.h +++ b/src/pacman/log.h @@ -21,6 +21,8 @@ #ifndef _PM_LOG_H #define _PM_LOG_H +/* TODO these are illegal in ISO C, thus the reason -pedantic was never used + * as a compile flag for the pacman side of things (named variadic macros) */ #define MSG(line, fmt, args...) pm_fprintf(stdout, line, fmt, ##args) #define ERR(line, fmt, args...) do { \ pm_fprintf(stderr, line, _("error: ")); \ |