Remove many unused defines and convert some double constants to float.

This commit is contained in:
Gregory Maxwell 2011-08-01 20:41:54 -04:00
parent d9636c5d19
commit 662587d9c5
41 changed files with 22 additions and 320 deletions

View file

@ -81,7 +81,6 @@
* @param type Type of element
*/
#if defined(VAR_ARRAYS)
#define VARDECL(type, var)
@ -143,5 +142,4 @@ extern char *global_stack_top;
#endif /*VAR_ARRAYS*/
#endif /*STACK_ALLOC_H*/