X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=cde%2Fprograms%2Fdticon%2Fconstants.h;h=22115f9e05966b4c4e1103c8438caac4def220fb;hb=633ae90d90643143a8bb29a9c9d2667b95cbb334;hp=9b4be16c8585252295362fdc4498d46934d9c48d;hpb=d6c57bf33044a6e0e2fe9ba1538222d0075bdd31;p=oweals%2Fcde.git diff --git a/cde/programs/dticon/constants.h b/cde/programs/dticon/constants.h index 9b4be16c..22115f9e 100644 --- a/cde/programs/dticon/constants.h +++ b/cde/programs/dticon/constants.h @@ -16,7 +16,7 @@ * details. * * You should have received a copy of the GNU Lesser General Public - * License along with these librararies and programs; if not, write + * License along with these libraries and programs; if not, write * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth * Floor, Boston, MA 02110-1301 USA */ @@ -97,7 +97,7 @@ typedef struct { #define min(a, b) ((a < b) ? a : b) #define max(a, b) ((a > b) ? a : b) #ifndef abs -#if !defined(linux) +#if !defined(__linux__) #define abs(a) (((a) < 0) ? -(a) : (a)) #endif #endif