From d2718f62c5471d3664c08dc8a20ce4b7a70aacd6 Mon Sep 17 00:00:00 2001 From: "zik.saleeba" Date: Wed, 4 Nov 2009 20:21:10 +0000 Subject: [PATCH] Removed unnecessary guff git-svn-id: http://picoc.googlecode.com/svn/trunk@375 21eae674-98b7-11dd-bd71-f92a316d2d60 --- picoc.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/picoc.h b/picoc.h index ce2f466..aa6b564 100644 --- a/picoc.h +++ b/picoc.h @@ -19,12 +19,6 @@ #define MEM_ALIGN(x) (((x) + ARCH_ALIGN_WORDSIZE - 1) & ~(ARCH_ALIGN_WORDSIZE-1)) -#define LOG10E 0.43429448190325182765 -#define INTERACTIVE_FILE_NAME "input" - -#ifndef PATH_MAX -#define PATH_MAX 1024 -#endif #define GETS_BUF_MAX 256 /* coercion of numeric types to other numeric types */