diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2014-02-11 00:23:06 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw44@gmail.com> | 2014-02-11 00:23:06 +0800 |
commit | 1aa8b292edb0fe31f04c2425ff622fe1aa6f0c4e (patch) | |
tree | 006217180bdff58e969e613696b1a5611601e458 | |
parent | 4e7d21c1a9be4114247572667906c0d10ff35dfb (diff) | |
download | wspkg-1aa8b292edb0fe31f04c2425ff622fe1aa6f0c4e.tar.gz wspkg-1aa8b292edb0fe31f04c2425ff622fe1aa6f0c4e.tar.zst wspkg-1aa8b292edb0fe31f04c2425ff622fe1aa6f0c4e.zip |
避免在 Linux 上 linux 被當成 macro 展開
-rw-r--r-- | packages.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ // vim: ft=c: et #define NULL +#undef linux // Include distribution-specific mapping files #if (defined LIST) |