Removed unnecessary guff

git-svn-id: http://picoc.googlecode.com/svn/trunk@375 21eae674-98b7-11dd-bd71-f92a316d2d60
This commit is contained in:
zik.saleeba 2009-11-04 20:21:10 +00:00
parent 11cf64cc5b
commit d2718f62c5

View file

@ -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 */