diff options
Diffstat (limited to 'lib/pending.h')
-rw-r--r-- | lib/pending.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/pending.h b/lib/pending.h index 67605c0b..5e3b309f 100644 --- a/lib/pending.h +++ b/lib/pending.h @@ -1,13 +1,5 @@ // pending.h - header for pending.c -// Unfortunately, sizeof() doesn't work in a preprocessor test. TODO. - -//#if sizeof(double) <= sizeof(long) -//typedef double FLOAT; -//#else -typedef float FLOAT; -//#endif - // password.c #define MAX_SALT_LEN 20 //3 for id, 16 for key, 1 for '\0' #define SYS_FIRST_ID 100 |